Eclipse Tomcat7 plugin
2012. 4. 19. 14:40ㆍ99. 정리전 - IT/10. Eclipse Plugin
ECLIPSE TOMCAT7 PLUGIN
톰캣 구동시 아래 메지가 나타날때의 해결방법이다.
정보: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .......(이하 생략)
:요약하자면 자바경로에서 최적의 퍼포먼스를 위한 Native library를 찾지 못했다는 메시지다.
Apache Portable Runtime에 관한 참고 내용이다.
- Apache Portable Runtime (APR) based Native library for Tomcat
- 참고자료 : http://tomcat.apache.org/tomcat-6.0-doc/apr.html
◈ 윈도우일 경우:
http://tomcat.heanet.ie/native/1.1.6/binaries/win32/ 경로에 가셔서 "tcnative-1.dll 파일을 다운받는다.
jre/bin이 설치된 디렉토리에 복사한다.
◈ 리눅스일 경우:
http://tomcat.heanet.ie/native/1.1.6/binaries/linux/ 에서 소스를 받아서 컴파일 한다.