remm 2002/09/21 09:23:28 Modified: catalina/src/conf web.xml Log: - Don't enable invoker for all webapps. Revision Changes Path 1.44 +2 -0 jakarta-tomcat-4.0/catalina/src/conf/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/web.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- web.xml 13 Sep 2002 16:53:33 -0000 1.43 +++ web.xml 21 Sep 2002 16:23:28 -0000 1.44 @@ -270,10 +270,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]>