What exactly tomcat, log4j versions are you using?

It may be a classloader issue. Some of them are occasionally found and fixed.

That looks like commons-logging resorts to use log4j for the Digester
class (instead of java logging aka juli for the server classes), but
cannot find configuration.


Do those warnings affect the rest of your application? Is you
configuration read and is it used for the rest of logging?

What configuration format do you prefer for your log4j
(log4j.properties vs log4j.xml)? Are those files in WEB-INF/classes,
not in either tomcat common classes or conf folder?

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to