jvanzyl 01/09/17 05:14:19
Modified: src/tdk/cactus web.xml
Log:
- removing some soos specific mappings.
Revision Changes Path
1.2 +0 -15 jakarta-turbine-tdk/src/tdk/cactus/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-tdk/src/tdk/cactus/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web.xml 2001/09/17 05:46:42 1.1
+++ web.xml 2001/09/17 12:14:19 1.2
@@ -36,19 +36,4 @@
<url-pattern>/JspRedirector</url-pattern>
</servlet-mapping>
- <servlet-mapping>
- <servlet-name>test</servlet-name>
- <url-pattern>/soos/*</url-pattern>
- </servlet-mapping>
-
- <servlet-mapping>
- <servlet-name>test</servlet-name>
- <url-pattern>/test/*</url-pattern>
- </servlet-mapping>
-
- <welcome-file-list>
- <welcome-file>index.jsp</welcome-file>
- <welcome-file>index.html</welcome-file>
- </welcome-file-list>
-
</web-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]