톰캣 로그가 깨질 경우, 아래와 같은 방법을 사용해 한글 깨짐 현상을 해결 할 수 있다. $TOMCAT_HOME/conf/logging.properties 파일을 텍스트 편집기로 오픈 encoding 관련 설정 모두 주석 처리 (주석처리 방법은 '#' 을 추가) ############################################################ # Handler specific properties. # Describes specific configuration info for Handlers. ############################################################ 1catalina.org.apache.juli.AsyncFileH..
윈도용 톰캣 7을 다운받으면 안에 tomcat7.exe 와 tomcat7w.exe 파일이 있다. (톰캣6 은 tomcat6.exe, tomcat6w.exe) 각각의 용도는 다음과 같다. tomcat7.exe Tomcat7 을 NT 서비스로 구동하기 위한 서비스 어플리케이션(service application)으로 다음과 같은 옵션이 있다. //IS//serviceName - 서비스 설치//US//serviceName - 서비스 파라미터 갱신//DS//serviceName - 서비스 삭제//SS// Stop the service//RS// Run the service. Called only from ServiceManager//TS// Run the service as console application ..