> Guys, how can I setup log4j with a context specific configuration file ? 
> 
> In the past I used to put a global log4j configuration in the system 
> classpath for the tomcat, but that is no longer appropriate in my 
> current setup.
> 
Hi,

remove any log4j.jar and log4j.properties from your global classpathes
(system classpath, common, shared).
Put a log4j.jar and log4j.properties in each WEB-INF/lib (jar) and
WEB-INF/classes (properties) with the correspondent config.

Regards
Boris

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

Reply via email to