Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The following page has been changed by plinius:
http://wiki.apache.org/tomcat/FAQ/Logging

------------------------------------------------------------------------------
    1. Put jog4j.jar in the $CATALINA_HOME/common/lib directory
    2. Put the ''full'' commons-logging.jar in the $CATALINA_HOME/common/lib 
directory, even if you see the ''reduced'' API version there, named 
commons-logging-api.jar
  
- Through some classloading voodoo during bootstrapping, if you have the full 
commons-logging.jar file in your common/lib directory, it replaces the classes 
from the commons-logging-api.jar file and will reinitialize the logging system 
and attempt to locate log4j or whatever other logging system you may be using. 
(see 
[http://markmail.org/message/3sgxfol3njcfutsm#query:+page:1+mid:7oce37bngiq2otlu+state:results
 this thread).
+ Through some classloading voodoo during bootstrapping, if you have the full 
commons-logging.jar file in your common/lib directory, it replaces the classes 
from the commons-logging-api.jar file and will reinitialize the logging system 
and attempt to locate log4j or whatever other logging system you may be using. 
(see 
[http://markmail.org/message/3sgxfol3njcfutsm#query:+page:1+mid:7oce37bngiq2otlu+state:results
 this thread]).
  
  For more detailed instructions, see these mailing list discussions:
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to