summaryrefslogtreecommitdiff
path: root/wotonomy-test/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wotonomy-test/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--wotonomy-test/src/main/webapp/WEB-INF/web.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/wotonomy-test/src/main/webapp/WEB-INF/web.xml b/wotonomy-test/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000..b505b52
--- /dev/null
+++ b/wotonomy-test/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!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>
+ <servlet>
+ <servlet-name>ApplicatonServlet</servlet-name>
+ <servlet-class>Application</servlet-class>
+ </servlet>
+
+ <servlet-mapping>
+ <servlet-name>ApplicatonServlet</servlet-name>
+ <url-pattern>/</url-pattern>
+ </servlet-mapping>
+</web-app>