problem information in detail:
2012-5-18 18:41:54 Org.apache.catalina.core.AprLifecycleListener Init
Info: The APR based Apache Tomcat Native Library which allows optimal performance in production environments is not found O n the Java.library.path:
C:\Program Files\java\jdk1.6.0_31\bin; C:\WINDOWS\Sun\Java\bin; C:\WINDOWS\system32; C:\WINDOWS; C:\Program Files\java\jdk1.6.0_31\jre\bin; C:/Program files/...
Why the problem occurred:
Tomcat recommends using Apache's APR (Apache portable run-time Libraries,apache Portable runtime).
Workaround:
: http://archive.apache.org/dist/tomcat/tomcat-connectors/native
Download the Tcnative-1.dll file via the link above, you can choose the latest version yourself, then put the downloaded file into the C:\WINDOWS\system32, reboot Tomcat.
(1)
(2)
(3)
(4)
(5)
The result of the solution is:
Org.apache.catalina.core.AprLifecycleListener Init
Info: Loaded APR based Apache Tomcat Native library 1.1.23.
Note: I did not succeed with this method
Tomcat new issue is not resolved: The APR based Apache Tomcat native Librariy which allows optional perf .....