tomcat中文配置

tomcat传递中文乱码,修改server.xml文件

<Connector port="808" protocol="HTTP/1.1"
               connectionTimeout="20000"                                                               
               enableLookups="false" maxThreads="1024" minSpareThreads="25"   acceptCount="1500" redirectPort="8443" useBodyEncodingForURI="true" URIEncoding="UTF-8"  />

 

posted @ 2017-05-03 18:29  kangjie  阅读(664)  评论(0编辑  收藏  举报