This seems to be a fairly common problem, but doesn't appear to have a common solution. Any help appriciated...
When I launch a webapp, which includes log4j, I get the following warning: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). log4j:WARN Please initialize the log4j system properly. I do not have log4j in any of the tomcat common library folders. I do have an instance of log4j in each war file I deploy. When each war file starts, this warning occurs once per war file. The log4j configuration that I use for my application has appenders added to the root logger, which should be picking up any messages from org.apache.commons.digester.Digester.sax. My config also contains: log4j.logger.org.apache=WARN So I really don't understand why I can't make this message go away. Its like it is being produced by some tomcat code, rather than my application. Suggestions? Thanks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]