]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo/web.xml
This commit was manufactured by cvs2svn to create branch 'start'.
[helm.git] / helm / uwobo / web.xml
diff --git a/helm/uwobo/web.xml b/helm/uwobo/web.xml
new file mode 100644 (file)
index 0000000..badb809
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE web-app 
+    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" 
+    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
+
+<web-app>
+
+    <display-name>Uwobo Application</display-name>
+    <description>
+       This is an xslt web application
+    </description>
+
+    <servlet>
+        <servlet-name>uwobo</servlet-name>
+        <servlet-class>it.unibo.cs.helm.uwobo.Servlet</servlet-class>
+    </servlet>
+
+    <servlet-mapping>
+        <servlet-name>uwobo</servlet-name>
+        <url-pattern>/helm/*</url-pattern>
+    </servlet-mapping>
+
+</web-app>