sylvain 2004/02/06 09:04:51
Modified: src/webapp/WEB-INF web.xml
Log:
Paranoid class is added by the paranoid block
Revision Changes Path
1.12 +0 -7 cocoon-2.1/src/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- web.xml 3 Feb 2004 19:59:07 -0000 1.11
+++ web.xml 6 Feb 2004 17:04:51 -0000 1.12
@@ -37,13 +37,6 @@
<servlet-class>org.apache.cocoon.servlet.CocoonServlet</servlet-class>
<!--
- In cases you're facing class loading problems, you can alternatively
- use the following servlet-class instead of the above one
-
-
<servlet-class>org.apache.cocoon.servlet.ParanoidCocoonServlet</servlet-class>
- -->
-
- <!--
This parameter tells cocoon to set the thread's context classloader to
its own classloader. If you experience strange classloader issues,
try setting this parameter to "true" or using ParanoidCocoonServlet.