billbarker 02/05/24 19:34:59
Modified: catalina/src/conf web.xml
Log:
Fix servlet class name.
Revision Changes Path
1.36 +1 -1 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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- web.xml 24 May 2002 04:44:29 -0000 1.35
+++ web.xml 25 May 2002 02:34:58 -0000 1.36
@@ -177,7 +177,7 @@
<servlet>
<servlet-name>ssi</servlet-name>
<servlet-class>
- org.apache.catalina.servlets.SsiServlet
+ org.apache.catalina.servlets.SSIServlet
</servlet-class>
<init-param>
<param-name>buffered</param-name>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>