원인: putty로 서버 로그 확인시 한글 입력이 깨지는 현상이 있었다.
1. 첫번째 확인 포인트: 서버 locale 확인=> locale 명령어로 euc-kr로 설정되어 있는지 확인
2. 두번째 확인 포인트: 레지스트리 변경 => 윈도우버튼 > 검색창에서 regedit.exe > HKEY_CURRENT_USER/Software/SimonTatham/PuTTY/Sessions/Default(또는 다른 세션)/FontCharSet 의 값을 16진수 81(euc-kr:cp949)로 변경 후 putty 재실행
'Trouble Shooting' 카테고리의 다른 글
[apache, tomcat] Request Too large 에러가 떨어질 때 조치방법 (0) | 2017.07.07 |
---|---|
[성능]메이븐 빌드시 Full GC로 빌드시간이 오래걸리는 현상 (0) | 2017.01.05 |
Logger 를 Static 으로 선언하면 안되는 경우 (0) | 2016.12.19 |
[Java] UnsupportedClassVersionError: Unsupported major.minor version 52.0 (0) | 2016.12.01 |
IntelliJ 에러 - Create Process error=2, The system cannot find the file specified. (0) | 2016.11.25 |