Global It Leader!!



 
 

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

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 6,909회 작성일 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.

댓글목록

등록된 댓글이 없습니다.

전체 167
게시물 검색
윈도우/리눅스 목록
번호 제목 글쓴이 조회 날짜
67 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7104 10-14
66 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8601 10-14
65 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6948 10-13
열람중 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6910 10-13
63 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6323 10-13
62 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8229 10-05
61 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7886 10-05
60 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6160 09-29
59 윈도우즈 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7278 09-20
58 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6962 09-07
57 윈도우즈 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7276 08-31
56 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8450 08-26
55 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6389 08-25
54 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7726 08-25
53 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7336 07-16
52 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7375 07-13
51 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 32030 07-12
50 리눅스 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7595 06-28
49 윈도우즈 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7813 06-09
48 글꼴 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6602 05-23