이클립스로 Tomcat을 startup하거나 bat으로 startup할때 꼭 뜨는 메세지가 있다.
"The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path 시스템패스값..."
해결방법은 http://tomcat.heanet.ie/native/ 이 사이트에서 최신버젼폴더로 이동
binaries -> 자신의 시스템에 맞는 폴더 선택(나의 경우 win32) -> tcnative-1.dll 이 파일을 다운로드 받아서
패스에 파일 위치시킨다.
아마도 이 dll파일이 tomcat의 native library와 관련이 있는 것 같은데 자세한건 모르니 일단 패스 ㅋ
"The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path 시스템패스값..."
해결방법은 http://tomcat.heanet.ie/native/ 이 사이트에서 최신버젼폴더로 이동
binaries -> 자신의 시스템에 맞는 폴더 선택(나의 경우 win32) -> tcnative-1.dll 이 파일을 다운로드 받아서
패스에 파일 위치시킨다.
아마도 이 dll파일이 tomcat의 native library와 관련이 있는 것 같은데 자세한건 모르니 일단 패스 ㅋ
'Server' 카테고리의 다른 글
Tomcat Configuration (connectionTimeout 속성) (0) | 2010.03.03 |
---|