RE: java.util.logging in tomcat 6

2009-04-07 Thread Caldarale, Charles R
> From: Mikael Brännström [mailto:mikael.brannst...@gmail.com] > Subject: java.util.logging in tomcat 6 > > I have based my tomcat/conf/logging.properties on the > examples in > http://tomcat.apache.org/tomcat-6.0-doc/logging.html The above refers primarily to Tomcat

java.util.logging in tomcat 6

2009-04-07 Thread Mikael Brännström
Hi, I'm trying to configure logging for my web app but the logging output is sent to 'catalina.-mm-dd.log' and 'catalina.out' instead of 'myapp.-mm-dd.log'. How can I control that? I use java.util.logging in my web app. I have based my tomcat/conf/logging.properties on the examples in htt