Hello,

Maybe this is not valid with the latest Tomcat releases, but Tomcat 5.x and certain versions of 5.5.x used to ship with two versions of JCL. A special stripped-down version (commons-logging-api.jar) which is found in $TOMCAT_HOME/bin and another version (commons-logging.jar) found under $TOMCAT_HOME/common/lib.

I hope this helps,


At 12:52 PM 12/8/2005, Kees de Kooter wrote:
Thanks Heiner,

I did some more testing and found out that indeed Tomcat does not play
nice. Tomcat contains commons logging. CL is already loaded by tomcat
and as a result the jcl-over-slf4j is never used. And the log4j config
of my app is not used either.

I deployed CL with my app again and now all logging ends up in the
log4j log again. So my setup now is:

spring / hibernate --> JCL --> LOG4J
my code --> SLF4J - LOG4J

regards,
Kees

--
Ceki Gülcü

  The complete log4j manual: http://www.qos.ch/log4j/
  Improve your Sudoku skills at http://www.sudoku-grok.com/


_______________________________________________
user mailing list
[email protected]
http://slf4j.org/mailman/listinfo/user

Reply via email to