first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Tomcat 5.x INFO Message: "INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: ..."

According to ranch hand, Scott Dunbar at saloon.javaranch.com, the Tomcat 5.x message during start up, "INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: ...," means that the Apache Portable Runtime (APR) was not found. To quote:

"You can safely ignore this message if you want. Basically it is telling you that an optional shared library (dll on Windows) is not found. The APR is the Apache Portable Runtime. This is a native (non-java) library that can improve the performance of Tomcat in certain situations."

"On both Windows and Unix/Linux you will need a C compiler to build this library."

The APR project is here:

http://apr.apache.org/
mod date: 2007-02-28T19:26:53.000Z