[dev] 톰캣 로그 한글 깨짐 수정 방법
톰캣 로그가 깨질 경우, 아래와 같은 방법을 사용해 한글 깨짐 현상을 해결 할 수 있다. $TOMCAT_HOME/conf/logging.properties 파일을 텍스트 편집기로 오픈 encoding 관련 설정 모두 주석 처리 (주석처리 방법은 '#' 을 추가) ############################################################ # Handler specific properties. # Describes specific configuration info for Handlers. ############################################################ 1catalina.org.apache.juli.AsyncFileH..
dev
2021. 4. 6. 18:05