> From: David Smith [mailto:[EMAIL PROTECTED] 
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to