Native library was not found on the java. Library. Path
When Tomcat 6 is started, the following prompt appears: 2007-12-31 9:51:51 org. Apache. Catalina. Core. aprlifecyclelistener init Information: the Apache Tomcat native library which allows optimal performance in production environments was not found on the java. library. path: D:/Sun/jre1.6.0 _ 03/bin ;.; c:/Windows/Sun/Java/bin; C:/Windows/system32; C:/windows; D:/oraclexe/APP/Oracle/product/10.2.0/Server/bin; c:/Windows/system32; C:/windows; C:/Windows/system32/WBEM ;.; d:/Sun/jdk1.6.0 _ 03/bin; D:/Sun/jdk1.6.0 _ 03/JRE/bin; D:/apachetomcat/LIB; S1: We recommend that you use Apache apr. Apr is Apache Portable Runtime, which can effectively improve Tomcat's ability to process static pages. If you want to use Apr, the actual operation is very simple, DownloadHttp://tomcat.heanet.ie/native/1.1.1/binaries/win32/tcnative-1.dll copy the file to C:/Windows/system32/and restart tomcat. The console information of Tomcat is: 9:55:40 Org. apache. catalina. core. aprlifecyclelistener init information: an older version 1.1.8 of the Apache Tomcat native library is installed, while Tomcat recommends version greater then 1.1.10 9:55:40 Org. apache. catalina. core. aprlifecyclelistener init information: loaded Apache Tomcat native library 1.1.8. |