Re: tomcat jsp log4j partially working

From: GaryM (nospam_at_nospam.com)
Date: 12/31/03


Date: Wed, 31 Dec 2003 00:04:27 -0000

anonymousacct2000@yahoo.com (jw) wrote in
news:c1f607d1.0312300849.2c16764f@posting.google.com:

>
> Any ideas/help would be appreciated. Thanks in Advance.

Still sounds like a path problem. Have you tried explicitly configuring
the Logger a la :

PropertyConfigurator.configureAndWatch(LOG_CONFIG_FILE);

or

PropertyConfigurator.configure(LOG_CONFIG_FILE);

Remember the fully qualified config filename should be relative to the
context under which you are running within Tomcat.