> From: Rob Ogilvie [mailto:r...@axpr.net]
> Subject: Tomcat5 CLASSPATH Issues
> 
> I have an application I am attempting to deploy under Tomcat5 (5.5.23
> from CentOS 5.4) that requires a specific CLASSPATH and
> LD_LIBRARY_PATH be set.

If any webapp requires a specific CLASSPATH setting, the webapp is 
ill-engineered at best.

The CLASSPATH environment variable should *never* be used with Tomcat (or any 
other Java program, for that matter).

> Can anybody assist?

The proper thing to do is place whatever jars or classes the webapp needs under 
its WEB-INF/lib or WEB-INF/classes directory, respectively.  Webapps are 
intended to be self-contained, so should include all their dependencies.

 - 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