After you update the project, the following error is reported when you start Tomcat:
The Apache Tomcat Native Library which allows optimal performance in production environments is not found on the Java.library.path ...
Online Search information, the solution said to download a tcnative-1.dll file, placed in the C:windowssystem32 or Tomcat\bin, the start is normal. The above error message occurs after this method is executed . The correct steps should be this:
1, check the firewall is not to shield the Tomcat port, if the shield, after opening to see whether still reported the wrong information, if the continuation of the implementation of step 2.
2, download a tcnative-1.dll file, put in the c:windowssystem32, and then restart the server to see if the server can start normally. If the server starts up without reporting the previous error, it reports additional errors, such as the following information:
Critical: An incompatible version 1.1.1 of the Apache Tomcat Native Library are installed, while tomcatrequires version 1 .1.3
2009-12-15 17:39:33 Org.apache.catalina.core.AprLifecycleListener lifecycleevent
Info: An older version 1.1.1 of the Apache Tomcat Native Library was installed, while tomcatrecommends version greate R than 1.1.4
This indicates that the Tcnative-1.dll file version is too low to download a file that is higher than 1.1.4.
Then download http://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.1.8/binaries/win32/the. dll file is version 1.1.8. Then put it under Tomcat's bin and it's OK!
MyEclipse Connect Tomcat, after updating the project, launch Tomcat after the error and resolution method 2016-7-13