[Apache Tomcat - java] debug level 조정하여 log 보기
2021.05.31 - [◽ Eclipse/Eclipse (일반)] - [Eclipse - Java ] remote debug : 원격 디버깅
[Eclipse - Java ] remote debug : 원격 디버깅
로컬에서 개발을 하다가, VM이나 서버에 올려두면 안되는 일이 가끔 발생하는데, 이클립스에서 개발하는 것처럼 디버깅하기가 쉽지 않다. 그런데 remote debug를 이용하면 서버에 올라간 프로그램
whitekeyboard.tistory.com
이전에 리모트(원격) 디버깅을 정리했는데 이와 아주 유사하다.
그냥 옵션 하나더 쓴다고 보면 된다.
Tomcat의 "/bin/catalina.sh"에 java 옵션을 추가해주면 된다. "-Djavax.net.debug=debugoption"
'◽ Apache Tomcat' 카테고리의 다른 글
[Apache Tomcat] "유효하지 않은 도메인" 오류 (0) | 2021.12.17 |
---|---|
[Apache Tomcat] SSL 인증서 종류(확장자 종류) 정리 (1) | 2021.11.04 |
[Apache Tomcat - (6) ] "org.apache.catalina.valves.AccessLogValve" [ 사용자 접근 로그 설정 ] (0) | 2020.12.11 |
[Apache Tomcat - (5) ] An invalid domain [.domain.com] was specified for this cookie 오류 [ 쿠키 관련 오류 ] (0) | 2020.12.09 |
[Apache Tomcat - (4) ] "Request header is too large" 오류 [ 헤더 설정값 초과한 경우 ] (0) | 2020.12.01 |
[Apache Tomcat - (3) ] "exceeding the 65535 bytes limit" 에러 해결 방법 (0) | 2020.11.09 |
[Apache Tomcat - (2) ] SSL 설정하기, https 설정 (0) | 2020.09.23 |