Thanks for the info. 8)

I guess i wanted to know *where* (which class) in tomcat did the Category static
initializer live.

Also, do you know if i can add log4j.configuration as a property in the tomcat config
files or does it *have* to be set as a system property?

Thanks.
Anuj.

Paul Glezen wrote:

> It's in the Category static initializer where the decision is made
> whether to attempt to load log4j.properties.  You can alter this
> behavior by specifying a JVM system property of "log4j.configuration" to
> be the name of your configuration file.  You can also specify
> "log4j.defaultInitOverride" to tell the static initializer to skip the
> initialization attempt altogether.


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

Reply via email to