-
Bug
-
Resolution: Done
-
Major
-
None
The information about enabling log4j logging for tomcat (procedures 2.20, 3.8. and 4.7.) is incomplete.
The procedure described only enables log4j logging "locally" (for one web application). To use log4j in tomcat globally (for tomcat's internal logging), use must also:
- put tomcat-juli-adapters.jar from "extras" into $CATALINA_HOME/lib.
- replace $CATALINA_HOME/bin/tomcat-juli.jar with tomcat-juli.jar from "extras".
Please refer to the upstream tomcat documentation upstream tomcat documentation for more information.