billbarker 02/05/23 21:44:29 Modified: catalina/src/conf web.xml Log: Update for new SSIServlet. Revision Changes Path 1.35 +1 -9 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.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- web.xml 11 May 2002 05:08:49 -0000 1.34 +++ web.xml 24 May 2002 04:44:29 -0000 1.35 @@ -168,10 +168,6 @@ <!-- relative to the context root, instead of --> <!-- the server root? (0=false, 1=true) [0] --> <!-- --> - <!-- ignoreUnsupportedDirective --> - <!-- Should unknown or misspelled Ssi directives --> - <!-- be ignored and no errors shown? --> - <!-- (0=false, 1=true) [1] --> <!-- --> <!-- IMPORTANT: To use the SSI servlet, you also need to rename the --> <!-- $CATALINA_HOME/server/lib/servlets-ssi.renametojar file --> @@ -181,7 +177,7 @@ <servlet> <servlet-name>ssi</servlet-name> <servlet-class> - org.apache.catalina.servlets.SsiInvokerServlet + org.apache.catalina.servlets.SsiServlet </servlet-class> <init-param> <param-name>buffered</param-name> @@ -198,10 +194,6 @@ <init-param> <param-name>isVirtualWebappRelative</param-name> <param-value>0</param-value> - </init-param> - <init-param> - <param-name>ignoreUnsupportedDirective</param-name> - <param-value>1</param-value> </init-param> <load-on-startup>4</load-on-startup> </servlet>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>