Listener要素 className : クラス名を指定する デフォルトで記述されている"org.apache.catalina.core.AprLifecycleListener"に関して、通常はAPR(Apache Portable Runtime)は導入されていないので、そのままTomcatを起動するとログの先頭に以下のWarningが出力されているはず。 情報: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: 〜 解決案は2つ。 1. APRを導入しないのならば同Listener要素をコメントアウトして無効にする 2. APRを導入するのならば -> The Ap