MarcLap wrote:
I too get this... What am I missing?
My LD_LIBRARY is set to....
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib/gcc:/usr/local/apr/lib
export LD_LIBRARY_PATH
INFO: The Apache Portable Runtime which allows optimal performance in
production environments was not found on the java.library.path:
Right, this is somehow misleading message.
It should be:
INFO: The Tomcat Native library which allows optimal performance in
production environments was not found on the java.library.path:
Beside APR you will need Tomcat Native, that is JNI wrapper over
OS (using APR) and OpenSSL and allows optimal performance for
the underlaying platform and things like sendfile support if
you need to deliver large static content files, etc...
See
http://tomcat.apache.org/tomcat-5.5-doc/apr.html
for more details.
Regards,
Mladen.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]