此内容没有您所选择的语言版本。
2.5.7. Running Tomcat Native
Edit
/etc/sysconfig/tomcat6 for Tomcat 6 and add the LD_LIBRARY_PATH variable so that it points to the library correct library:
The correct value when running on 64-bit architecture is:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/
The correct value when running on 32-bit architecture is:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/