> From: Rogerio Baldini das Neves 
> [mailto:[EMAIL PROTECTED] 
> Subject: RES: RES: Tomcat6 classloader problem
> 
> Then, the solution is putting the commons-logging jar in tomcat lib
> directory, right ?

Maybe.  My preferred choice would be for the shared classes not to use
their own logger, but instead use one passed in by each calling webapp.

> Could it cause some collateral effects in apps which has 
> commons-logging jar inside WEB-INF/lib ?

Extremely likely.  You should never have the same class in more than one
place in any given branch of the classloader tree.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to