Global It Leader!!



 
 

리눅스 jdk와 tomcat을 설치했는데 에러가 발생할때...

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 6,926회 작성일 11-10-13 18:42

본문

Apache 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: ...

1. Windows 설치

2. 리눅스 설치

2.1 Apache APR(Apache Portable Runtime) 설치

  • Apache APR 홈페이지 : http://apr.apache.org/
  • APR은 Apache2 버전이 설치되면 함께 설치 된다. $APACHE_HOME/bin/apr-1-config 를 확인 한다.
  • Apache 2 가 설치되어 있지 않다면 아래와 같이 설치해야 한다.
// 다운로드 : wget http://apache.mirror.cdnetworks.com/apr/apr-1.3.9.tar.gz
 // 설치 
gzip -d apr-1.3.9.tar.gz
tar -xvf apr-1.3.9.tar
configure --prefix=/usr/local/apr-1.3.9
make
make install

2.2 Tomcat Native library 설치

  • $CATALINA_HOME/bin 디렉토리에 보면 tomcat-native.tar.gz 파일을 확인 할 수 있다.

    • $CATALINA_HOME/bin 디렉토리에 보면 tomcat-native.tar.gz 파일을 확인 할 수 있다.
    // 설치 
    gzip -d tomcat-native.tar.gz
    tar -xvf tomcat-native.tar.gz
    configure  --prefix=$CATALINA_HOME --with-apr=/usr/local/apache-2.2.14/bin/apr-1.3.9/bin/apr-1-config   --with-java-home=$JAVA_HOME  
    make
    make install
    • $CATALINA_HOME/lib 디렉토리에서 libtcnative 관련 파일을 확인 할 수 있다.

    2.3 PATH 설정

    • 아래와 같이 LD_LIBRARY_PATH 를 설정해야 한다. (csh의 .cshrc 설정 예이다.)
    setenv LD_LIBRARY_PATH "$CATALINA_HOME/lib"

    3. 설치 확인

    • 설치가 완료 되면 CATALINA_HOME/logs/catalina.out 에서 아래와 같은 메세지를 확인 할 수 있다.
          정보: Loaded APR based Apache Tomcat Native library 1.1.16.

댓글목록

등록된 댓글이 없습니다.

전체 105
게시물 검색
윈도우/리눅스 목록
번호 제목 글쓴이 조회 날짜
45 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5808 03-22
44 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6221 03-22
43 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6436 03-16
42 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5693 03-11
41 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5827 03-04
40 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5964 02-22
39 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6316 02-19
38 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6030 12-20
37 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7027 11-08
36 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8143 10-14
35 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7124 10-14
34 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8623 10-14
33 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6967 10-13
열람중 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6927 10-13
31 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6338 10-13
30 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8248 10-05
29 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7907 10-05
28 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6177 09-29
27 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6983 09-07
26 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8542 08-26