RES: need suggestion about jdk 1.4 logging in Tomcat

2006-02-03 Thread Alan Honczar
jdk 1.4 logging in Tomcat Yes, I did not bother... sorry. I was using 4.0 and 5.0, not 5.5. I upgraded Tomcat to 5.5 and tested my application. Fisrt of all, I commented my call to LogManager.readConfiguration(InputStream), and put my logging.properties under WEB-INF/classes in order lo let

RES: need suggestion about jdk 1.4 logging in Tomcat

2006-02-03 Thread Alan Honczar
Yes, I did not bother... sorry. I was using 4.0 and 5.0, not 5.5. I upgraded Tomcat to 5.5 and tested my application. Fisrt of all, I commented my call to LogManager.readConfiguration(InputStream), and put my logging.properties under WEB-INF/classes in order lo let Tomcat read the file. Every