Hi Mark,
your application doesn't need the log4j*.jar since they are provided
by Tomcat 6 (unlike Tomcat 5.x).
However, your application should have it's own log4j-configuration aka
log4j.xml.
This file is usually found in
${CATALINA_HOME}/webapps/${your_application}/WEB-INF/classes
In this web-ap
m context listener classes and nothing
else.
Any other way to get separate log files for each webapp?
Mark
-Original Message-
From: Juha Laiho [mailto:[EMAIL PROTECTED]
Sent: 16 July 2007 07:36
To: Tomcat Users List
Subject: Re: Log4j errors on Tomcat6 startup
Mark Faircloth wrote:
> W
Mark Faircloth wrote:
> We are in the process of migrating from 5.5 to 6 under Win32/64 and need
> to alter the locations of some of our jars files because of the changes
> to the directory structure and the class loading.
>
> Under 5.5 we have commons-logging.jar and log4j.jar in WEB-INF\lib and
Hi,
We are in the process of migrating from 5.5 to 6 under Win32/64 and need
to alter the locations of some of our jars files because of the changes
to the directory structure and the class loading.
Under 5.5 we have commons-logging.jar and log4j.jar in WEB-INF\lib and
that works fine. For