「Tomcat6]APR based Apache Tomcat xxx was not found on the java.library.path」警告の解消方法

現象
Tomcat6を起動すうと下記警告のメッセージが表示されます。
情報: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path xxxx

解決方法
対象ファイル:server.xml
修正前
<Listener SSLEngine="on" className="org.apache.catalina.core.AprLifecycleListener"/>
修正後
<!– <Listener SSLEngine="on" className="org.apache.catalina.core.AprLifecycleListener"/> –>

Tomcat

Posted by arkgame