TOMCAT_HOME/conf/server.xml 파일 중 <Connector에 URIEncoding="utf-8" 를 추가해주면 된다.

...
    <Connector port="8080" protocol="HTTP/1.1" 
               connectionTimeout="20000" 
               redirectPort="8443"
       URIEncoding="utf-8"/>
...
저작자 표시
Posted by Tom. Trackback 0 : Comment 0
prev 1 ... 2 3 4 5 6 7 8 9 10 ... 22 next