remm 2002/10/16 04:44:16
Modified: catalina/src/conf web.xml
Log:
- Disable invoker servlet by default.
Revision Changes Path
1.5 +2 -0 jakarta-tomcat-catalina/catalina/src/conf/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- web.xml 12 Sep 2002 07:02:16 -0000 1.4
+++ web.xml 16 Oct 2002 11:44:16 -0000 1.5
@@ -262,10 +262,12 @@
</servlet-mapping>
<!-- The mapping for the invoker servlet -->
+<!--
<servlet-mapping>
<servlet-name>invoker</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>
+-->
<!-- The mapping for the JSP servlet -->
<servlet-mapping>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>