PROTECTED]>
To: "Tomcat Users List"
Sent: Saturday, May 31, 2008 3:24 PM
Subject: log4j problem
Hi,
I'm still trying to fix the problem with the welcome file not working, but
my logging going wrong has trumped that little problem.
I had it working fine using log4j - here
Hi,
I'm still trying to fix the problem with the welcome file not working, but
my logging going wrong has trumped that little problem.
I had it working fine using log4j - here's my properties file:
log4j.rootLogger=info, logfile
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.append
Hi. Any help would be much appreciated on this problem, which has appeared
since catalina 5.5.12. (WinXP SP2, Sun JDK 1.5.0_06, Eclipse 3.2M4)
As part of my startup routine, my first servlet reconfigures logging:
Logger.getRootLogger().removeAllAppenders();
DOMConfigurator.config