> From: Martin Gainty [mailto:[EMAIL PROTECTED]
> Subject: RE: common jars for all applications in tomcat
>
> did you locate your sap.jars specifically sapco.jar to be
> located on CLASSPATH?

Don't ever, ever do that.  The CLASSPATH variable should never be used with 
Tomcat, and the only thing on the system classpath should be Tomcat's 
bootstrap.jar file.

> and set LD_LIBRARY_PATH environment variable to
> jcolib_install_path where the jcolib_install_path contains
> libsapjcorfc.so for OS AND specific processor (32bit or 64 bit)

Read the OP's message: the native library was loaded, the problem was the 
attempt to load it multiple times.  Ergo, the need to move the offending jar to 
a shared location.

 - 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