tomcat 4.1.27 log4j problem

2003-08-14 Thread Zsolt Koppany
Hi, my application uses log4j and with tomcat 4.1.27 (but not with 4.1.24) I get the following error message: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester). log4j:WARN Please initialize the log4j system properly. How can I fix this problem? Zsolt

Re: tomcat 4.1.27 log4j problem

2003-08-06 Thread Zsolt Koppany
Thank you Nathan. Zsolt On Wed, 2003-08-06 at 12:15, Nathan Coast wrote: > if you use log4j on a tomcat-wide basis (ie 1 configuration for the > tomcat runtime and all your webapps), place your log4j.xml in > [tomcat-home]/shared/classes/ > > if you use log4j on a per-webapp basis, make sure

Re: tomcat 4.1.27 log4j problem

2003-08-06 Thread Nathan Coast
if you use log4j on a tomcat-wide basis (ie 1 configuration for the tomcat runtime and all your webapps), place your log4j.xml in [tomcat-home]/shared/classes/ if you use log4j on a per-webapp basis, make sure the log4j classes aren't on the tomcat classpath and configure commons-logging to use