bloritsch 01/07/19 11:33:34
Modified: webapp/WEB-INF web.xml
Log:
Documented initial param in CocoonServlet
Revision Changes Path
1.6 +12 -1 xml-cocoon2/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/WEB-INF/web.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- web.xml 2001/07/18 10:44:26 1.5
+++ web.xml 2001/07/19 18:33:34 1.6
@@ -38,6 +38,17 @@
</init-param>
<!--
+ This parameter tells cocoon to load all the required libraries into
+ it's own classloader instead of trusting the Servlet Vendor's
+ classloader. If you experience strange classloader issues,
+ try setting this parameter to "true".
+ -->
+ <init-param>
+ <param-name>init-classloader</param-name>
+ <param-value>false</param-value>
+ </init-param>
+
+ <!--
This parameter indicates the log level to use throughout the system
Available levels are:
@@ -163,4 +174,4 @@
<servlet-name>Cocoon2</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
-</web-app>
\ No newline at end of file
+</web-app>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]