wlploxy.log 파일은 iPlanet과 WebLogic 연결 플러그인 설정(보통 obj.conf 파일에 설정)에서 디버깅 모드로 설정되어 있으면 해당 디버깅 정보를 출력하는 파일이다.
즉, 디버깅이 ON (HFC/HTW/HFW/HTC/ERR/ALL 포함)으로 설정되어 있으면, 기본적으로 UNIX/LINUX 계열은 /tmp/wlproxy.log 파일에 로깅되고, WINDOWS 계열은 C:\TEMP\wlproxy.log 파일에 로깅된다.
디폴트 위치와 파일명을 설정하려면, WLLogFile 파라미터를 설정하면 된다. 예를 들어 WLLogFile="/log/wl_proxy.log" 라고 설정하면 디폴트 위치와 파일명 대신에 "/log/wl_proxy.log" 라는 위치에 파일이 생성된다.
참고로, 디버깅 관련 로깅 옵션은 아래와 같다. 그리고, HFC,HTW,HFW와 HTC 옵션은 조합으로 설정 가능하다. 예를 들어 “HFC,HTW”와 같이 콤마(,)를 통해 조합하여 설정한다.
ON - The plug-in logs informational and error messages. OFF - No debugging information is logged. HFC - The plug-in logs headers from the client, informational, and error messages. HTW - The plug-in logs headers sent to WebLogic Server, and informational and error messages. HFW - The plug-in logs headers sent from WebLogic Server, and informational and error messages. HTC - The plug-in logs headers sent to the client, informational messages, and error messages. ERR - Prints only the Error messages in the plug-in. ALL - The plug-in logs headers sent to and from the client, headers sent to and from WebLogic Server, information messages, and error messages. |
'웹서버 > iPlanet,SunOne' 카테고리의 다른 글
[보안취약점] HTTP 헤더에서 server 정보 제거 (0) | 2020.11.03 |
---|---|
[정보] magnus.conf 파일 (0) | 2019.01.25 |
[Tips] Admin 패스워드 변경 (0) | 2018.06.15 |
[Tips] iPlanet 구성파일(server.xml) 파일 Validation (0) | 2018.03.26 |
[정보] iPlanet/SunONE 웹서버-WebLogic 연동 방안 (0) | 2017.09.08 |