Hi there,
I've created a logging.properties file in the WEB-INF/classes directory of
one of my web contexts. This file sets the logging level to SEVERE and
defines a Filter class which exists within a .jar file in the same web
context.
The Filter is initialized and works as expected when using Tomcat 5.5.17 on
Windows 2K, my deployment on Linux using Tomcat 5.5.13 does not initialize
the Filter (I have a Sysout in the class constructor). On both deployments
the logging level appears to be working correctly so logging.properties is
at least being read.
The only other difference apart from the OS and Tomcat versions is the fact
that the Linux deployment has more than one web context defined in
server.xml. Any help would be greatly appreciated.
Ronny.