You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Caldarale, Charles R" <Ch...@unisys.com> on 2007/09/10 14:58:41 UTC

RE: *SPAM* Re: How to change the CLASSPATH in tomcat 5.028 for aconcrete webservice

> From: David Smith [mailto:dns4@cornell.edu] 
> Subject: Re: *SPAM* Re: How to change the CLASSPATH in tomcat 
> 5.028 for aconcrete webservice
> 
> I still think setting CLASSPATH should be an absolutely last resort.

Strongly agree, and even trying to do so is likely a complete waste of
time.

There shouldn't be any need for the native library to be in the same
location as the .jar (or .class) file that refers to it; the compiled
Java code should be placed in WEB-INF/lib or WEB-INF/classes, and the
location of the native code given on he LD_LIBRARY_PATH environment
variable.

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