Re: Can we use output/extras/tomcat-juli.jar by default?

2007-08-20 Thread fredk2
- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Can-we-use-output-extras-tomcat-juli.jar

Re: Can we use output/extras/tomcat-juli.jar by default?

2007-08-20 Thread Mark Thomas
Matthew Kerle wrote: ok, found the following: http://issues.apache.org/bugzilla/show_bug.cgi?id=26372 http://issues.apache.org/bugzilla/show_bug.cgi?id=27371 (depended-on) is that the one you mean? This wasn't one of the ones I was thinking of. we use commons-logging so we've never

Re: Can we use output/extras/tomcat-juli.jar by default?

2007-08-19 Thread Mark Thomas
Matthew Kerle wrote: let me know if I read that right... Bill Barker wrote: When you have the log4j jar in WEB-INF/lib, the it ends up being used by Tomcat for some of it's logging. As a result, it can cause memory leaks and other weird errors when a context is stopped and started. This

Re: Can we use output/extras/tomcat-juli.jar by default?

2007-08-19 Thread Matthew Kerle
ok, found the following: http://issues.apache.org/bugzilla/show_bug.cgi?id=26372 http://issues.apache.org/bugzilla/show_bug.cgi?id=27371 (depended-on) is that the one you mean? we use commons-logging so we've never encountered any of these issues, but now I know a good reason not to use log4j

Re: Can we use output/extras/tomcat-juli.jar by default?

2007-08-18 Thread Bill Barker
are loaded by the system classloader. That is why Tomcat decided to use j.u.l for it's internal logging by default. Many Thanks - Fred -- View this message in context: http://www.nabble.com/Can-we-use-output-extras-tomcat-juli.jar-by-default--tf4288716.html#a12209126 Sent from the Tomcat

Can we use output/extras/tomcat-juli.jar by default?

2007-08-17 Thread fredk2
in context: http://www.nabble.com/Can-we-use-output-extras-tomcat-juli.jar-by-default--tf4288716.html#a12209126 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org

Re: Can we use output/extras/tomcat-juli.jar by default?

2007-08-17 Thread Filip Hanik - Dev Lists
fredk2 wrote: Hi, To use log4j the documentation http://tomcat.apache.org/tomcat-6.0-doc/logging.html suggest that we need to: 1. Replace $CATALINA_HOME/bin/tomcat-juli.jar with the output/extras/tomcat-juli.jar. 2. Place output/extras/tomcat-juli-adapters.jar in $CATALINA_HOME/lib. What do