반응형

이번 글은 톰캣을 구동할 때 볼 수 있는 "이클립스(Eclipse) 정보: 프로덕션 환경들에서 최적의 성능을 제공하는, APR 기반 Apache Tomcat Native 라이브러리가, 다음 java.library.path에서 발견되지 않습니다 문제 해결 방법에 대해 정리를 한다.

 

우리가 톰캣을 구동하면, 빨간색 글씨의 콘솔 로그가 정말 많이 찍힌다. 그 중에서도, 한국어로 된게 있어서 너무 신경 쓰였다. 

 

그 문제는 아래와 같다.

프로덕션 환경들에서 최적의 성능을 제공하는, 
APR 기반 Apache Tomcat Native 라이브러리가, 다음 java.library.path에서 발견되지 않습니다

 

해결 방법

1. 톰캣(Tomcat)의 server.xml에서 아래 문구를 주석하면 된다.

<Listener SSLEngine="on" className="org.apache.catalina.core.AprLifecycleListener"/>

 

위의 server.xml을 주석처리하면, 그 문구는 더 이상 나오지 않는다.

\

반응형

'IT > 이클립스(Eclipse)' 카테고리의 다른 글

[이클립스/Eclipse] 이클립스(Eclipse) 기존 프로젝트 SVN 변경하는 방법  (0) 2023.02.01
[이클립스/Eclipse] 이클립스(Eclipse) Target runtime jdk1.7.0_75 is not defined. 문제 해결 방법  (2) 2022.11.25
[이클립스/Eclipse] 이클립스(Eclipse) Result Maps collection already contains value for Common.UserMap 문제 해결 방법  (0) 2022.11.23
[이클립스/Eclipse] 이클립스(Eclipse) Attribute "type" is required and must be specified for element type "resultMap". 문제 해결 방법  (0) 2022.11.23
[이클립스/Eclipse] 이클립스(Eclipse) More than one fragment with the name [spring_web] was found. This is not legal with relative ordering. See section 8.2.2 2c of the Servlet specification for details. Consider using absolute ordering. 문제 ..  (0) 2022.11.17
[이클립스/Eclipse] 이클립스(Eclipse) Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.5.1:testCompile (execution: default-testCompile, phase: test-compile) 문제 해결 방법  (0) 2022.11.16
[이클립스/Eclipse] 이클립스(Eclipse) Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (execution: default-compile, phase: compile) 문제 해결 방법  (0) 2022.11.16
[이클립스/Eclipse] 이클립스(Eclipse) Project configuration is not up-to-date with pom.xml. Select: Maven->Update Project... from the project context menu or use Quick Fix. 문제 해결 방법  (0) 2022.11.08
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기