톰캣 구동시 아래 메지가 나타날때의 해결방법이다.


정보: The APR based Apache Tomcat Native which allows optimal performance in production environments was not found the java.library.path: .......(이하 생략)


:요약하자면 자바경로에서 최적의 퍼포먼스를 위한 Native library를 찾지 못했다는 메시지다.



Apache Portable 관한 참고 내용이다.

- 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/ 에서 소스를 받아서 컴파일 한다.



Most Linux distributions will ship packages for APR and OpenSSL. The JNI wrapper (libtcnative) will then have to be compiled. It depends on APR, OpenSSL, and the Java headers.

Requirements:

APR 1.2+ development headers (libapr1-dev package)
OpenSSL 0.9.7+ development headers (libssl-dev package)
JNI headers from Java compatible JDK 1.4+
GNU development environment (gcc, make)
The wrapper library sources are located in the Tomcat binary bundle, in the bin/tomcat-native.tar.gz archive. Once the build environment is installed and the source archive is extracted, the wrapper library can be compiled using (from the folder containing the configure script)


./configure && make && make install







'Server > Apache_Tomcat' 카테고리의 다른 글

tomcat error(Permission denied)  (1) 2011.08.18
Apache rewrite Module  (0) 2010.03.11
[log4sql] Logging Or Debugging SQL(Query)  (0) 2009.12.15
Posted by finewoo
,