Given that log4j.jar is in server/lib, I don't think it's reasonable to
expect Tomcat to go look in an arbitrary context/WEB-INF/classes for a
.properties file.  (How would it know which one?)

Log4j searches the whole classpath, so if I put a properties file in classes, it is found indeed (this is what I've done as a workaround). The thing is, the classes directory in my webapp is also part of the classpath, and it should have found the file there...


Tom


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to