larryi 2004/01/21 18:44:18 Modified: tester/web/WEB-INF web.xml Log: Tester expects invoker to be enabled. Revision Changes Path 1.59 +4 -0 jakarta-tomcat-4.0/tester/web/WEB-INF/web.xml Index: web.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/tester/web/WEB-INF/web.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- web.xml 28 Dec 2002 04:22:55 -0000 1.58 +++ web.xml 22 Jan 2004 02:44:17 -0000 1.59 @@ -1013,6 +1013,10 @@ <!-- ========== Servlet Mappings ====================================== --> + <servlet-mapping> + <servlet-name>invoker</servlet-name> + <url-pattern>/servlet/*</url-pattern> + </servlet-mapping> <!-- Map CGI Gateway Service for this Web App --> <!--
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]