Solve the Problem of in production environments was not found on the java. library. path: xxx during tomcat startup
Not found on the java. library. path and other information, you can download the tomcat-native-1.1.32-win32-bin.zip, unzip, the corresponding system is 32-bit, 64-bit, copy the tcnative-1.dll file to $ JAVA_HOME/bin, restart tomcat to solve!
Linux tomcat startup error environments was not found on java
This should be caused by insufficient permissions. You can use the root account for execution.
Why does the following error occur when Tomcat is started?
The environment variable is set incorrectly.
Four environment variables need to be configured
1. path: c: \ java \ bin; // bin directory under the installation path of java. Note that if you have installed Oracle, put the preceding java path at the beginning.
2. installation directory of java_home: c: \ java // java
3. installation directory of tomcat: c: \ tomcat 6.0 // tomcat
4. classpath: C: \ java \ lib \ dt. jar ;.;
Try this configuration.