Tomcat Startup 시 이와 같은 메시지가 나온다.

 

The Apache Tomcat Native library which allows optimal performance in production environments was not found  on the java.library.path.....

 

위와 같은 메시지가 나올 시 아파치 웹서버와 연동하지 않으면, 그냥 사용해도 된다.

 

아파치와 연동하려면

 

server.xml 파일 중 다음 라인을 주석처리한다.

 

<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on"/>

 

=>

 

<!-- <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on"/> -->

 

-끝-

 

+ Recent posts