반응형
1. 경로이동
#mv %TOMCAT_HOME%/bin/ 폴더로 이동
2. 환경설정 파일 생성
# vi setenv.sh
3. 값 입력 후 저장
JAVA_OPTS="$JAVA_OPTS -Djava.awt.headless=true -Duser.language=ko -Duser.country=KR -Dfile.encoding=UTF-8"
4. 톰캣 재시작
# service tomcat restart
반응형
'Server' 카테고리의 다른 글
[CentOS7] 언어 (locale) 설정 (0) | 2020.03.21 |
---|---|
Nginx socket 개수 확인 (0) | 2020.02.23 |
[nginx] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in (0) | 2019.08.08 |
SSL 보안 인증서 패스워드 삭제 (PEM_do_header:bad password read) (0) | 2019.08.08 |
Tomcat 8 세션 클러스터링 (0) | 2019.08.01 |
댓글