log4j in struts application

2003-06-05 Thread harm
Hi all, I'm trying to use the Log4J package in my webapplication. Therefore I placed the file log4j.properties in WEB-INF/classes which looks like this: log4j.rootLogger = DEBUG, stdout, rolling log4j.appender.stdout = ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

Re: log4j in struts application

2003-06-05 Thread Gemes Tibor
[EMAIL PROTECTED] rta: I'm using JBoss with integrated Tomcat 4.1 (on linux). In the JBoss log I see: Jboss has its own log4j config file. It is used container-wise, so you should configure that. It is checked every minute, and reloaded the logging if changed. I cannot remember the name,