]> matita.cs.unibo.it Git - helm.git/blob - helm/uwobo/web.xml
Initial revision
[helm.git] / helm / uwobo / web.xml
1 <!DOCTYPE web-app 
2     PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" 
3     "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
4
5 <web-app>
6
7     <display-name>Uwobo Application</display-name>
8     <description>
9         This is an xslt web application
10     </description>
11
12     <servlet>
13         <servlet-name>uwobo</servlet-name>
14         <servlet-class>it.unibo.cs.helm.uwobo.Servlet</servlet-class>
15     </servlet>
16
17     <servlet-mapping>
18         <servlet-name>uwobo</servlet-name>
19         <url-pattern>/helm/*</url-pattern>
20     </servlet-mapping>
21
22 </web-app>