David,
Thank you very much for your help with log4j
>>> David Delbecq <[EMAIL PROTECTED]> 2/12/2008 2:53:40 AM >>>
catalina.out is just the sink for System.out and System.err, it's not
managed by logging facilities. It's not even seen by jvm, as the
redirection is done in the startup script (us
catalina.out is just the sink for System.out and System.err, it's not
managed by logging facilities. It's not even seen by jvm, as the
redirection is done in the startup script (using the shell '>'
redirector). If you configure a log4j logger for tomcat that uses an
other file (see below our si