> From: lmk [mailto:lotf...@yahoo.fr]
> Subject: APR Native library on tomcat 6
> 
> export CATALINA_OPTS="$CATALINA_OPTS -
> Djava.library.path=/usr/local/apr/lib"

Show us what's actually in /usr/local/apr/lib.

> And I still get the error:
> 
> The APR based Apache Tomcat Native library which allows optimal
> performance in production environments was not found on the 
> java.library.path:

Show us the next line so we can see what the JVM thinks the value of 
java.library.path is.

> any idea about this issue?

Are you mixing 32- and 64-bit modes?  If you're running a 64-bit JVM, you'll 
need a 64-bit .so file (and vice versa).

 - 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