Server.xml 의 Connector 부분에 다음과 같이 추가 해 준다.
<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" URIEncoding="UTF-8"/>
이렇게 하면 다음 형식의 한글 경로를
http://localhost:8080/img/환구단.jpg
다음과 같이 접근할 수 있다.
http://localhost:8080/img/%C8%AF%B1%B8%B4%DC.jpg
JAVA 단 에서 해당 한글을 처리하고 싶은 경우 다음과 같이 처리하면 해당 인코딩 된 문자열을 확인할 수 있다.
'미들웨어 및 웹서버 > 톰캣(Tomcat)' 카테고리의 다른 글
톰캣(Tomcat) 에서 UTF-8 사용하기 (0) | 2015.11.06 |
---|---|
톰캣 java.lang.OutOfMemoryError: PermGen space 에러 발생시 (0) | 2015.07.09 |
An incompatible version 1.1.14 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.30 에러 발생시 (0) | 2015.02.03 |
catalina.out 파일 용량 줄이기 (0) | 2014.01.22 |
톰캣 버전별 다운로드 페이지 (0) | 2014.01.07 |