cziegeler 2004/05/27 06:00:55
Modified: src/webapp/WEB-INF web.xml
Log:
Add comment on how to use Log4J
Revision Changes Path
1.14 +9 -0 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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- web.xml 6 Mar 2004 02:25:44 -0000 1.13
+++ web.xml 27 May 2004 13:00:55 -0000 1.14
@@ -131,6 +131,15 @@
</init-param>
<!--
+ This parameter switches the logging system from LogKit to Log4J for
Cocoon.
+ Log4J has to be configured already.
+ <init-param>
+ <param-name>logger-class</param-name>
+
<param-value>org.apache.avalon.excalibur.logger.Log4JLoggerManager</param-value>
+ </init-param>
+ -->
+
+ <!--
Allow reinstantiating (reloading) of the cocoon instance. If this is
set to "yes" or "true", a new cocoon instance can be created using
the request parameter "cocoon-reload". Default is no for security
reasons.