diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-05-21 17:07:23 -0400 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-05-21 17:07:23 -0400 |
| commit | 8283e417245b26abd290f7e6fd0511869802fc82 (patch) | |
| tree | ab9a6b3593d4ce5b059dbcd723fdc112edd2613d /wotonomy-web-test/WEB-INF/web.xml | |
| parent | 59b10ba33f4c0b1d399b5d31b7a07380abb62677 (diff) | |
Rename to avoid name conflict
Diffstat (limited to 'wotonomy-web-test/WEB-INF/web.xml')
| -rw-r--r-- | wotonomy-web-test/WEB-INF/web.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/wotonomy-web-test/WEB-INF/web.xml b/wotonomy-web-test/WEB-INF/web.xml new file mode 100644 index 0000000..b505b52 --- /dev/null +++ b/wotonomy-web-test/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> |
