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
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