Re: Getting nuts with Tomcat 5.5 and log4j

2007-06-13 Thread Georg Sauer-Limbach
Hi Gregor, I am not sure about the definite solution, but as you got no other answers, try this: Drop an additional log4j.jar in the webapps lib folder. Only this, IMHO, makes the webapp load another instance of log4j so it can be configured independently. The log4j.xml would then be searched

Getting nuts with Tomcat 5.5 and log4j

2007-06-06 Thread Gregor Schneider
Hi guys, I've setup Tomcat on my Debian Box so that all loging goes to $CATALINA_HOME/logs/tomcat.log I've placed the files log4j.(xml,dtd) int $CATALINA_HOME/common/classes, and it runs like charm. Now, I've added another logger which is supposed to log the output of our apps only. That