> From: Zeeshan Ahmad [mailto:zah...@i2cinc.com]
> Subject: RE: How to reference Shared Libraries with TOMCAT
> 
> If you have multiple tomcats and multiple applications then 
> you have to put the jars on a separate location

As Peter pointed out, doing so is a really bad idea.  The OP should continue to 
run what's working, with the jars duplicated in each webapp's WEB-INF/lib 
directory.  Anything else is extremely problematic.

> and add these in class path environment

Don't *EVER* set the CLASSPATH environment variable - that causes no end of 
grief, and plays havoc with Tomcat's classloading requirements.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to