티스토리 뷰

Jsp&Servlet

Servlet 한글 처리

살구르 2017. 1. 23. 11:47

1. 서버->클라이언트 (HttpServletResponse setContentType)

response.setContentType("text/html;charset=utf-8");


2. 클라이언트->서버 (HttpServletRequest setCharacterEncoding)

1)post 방식

 request.setCharacterEncoding("utf-8");

2)get 방식

server.xml 에서 

Connector port 8080의 URIEncoding="UTF-8" 로 설정


<Connector connectionTimeout="20000" port="9090" protocol="HTTP/1.1" redirectPort="8443" URIEncoding="UTF-8"/>

    <!-- A "Connector" using the shared thread pool-->

    <!--

    <Connector executor="tomcatThreadPool"

               port="8080" protocol="HTTP/1.1"

               connectionTimeout="20000"

               redirectPort="8443"

               URIEncoding="UTF-8" />

    -->

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
글 보관함