码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat-6.0.18 UTF-8 编码

时间:2014-05-23 06:24:53      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:style   c   tar   http   a   get   

utf-8编码格式用tomcat-6.0.18部署之后页面显示全是乱码

解决方法:

     配置tomcat的server.xml  在下面两个地方加:URIEncoding="UTF-8"

 

     <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"redirectPort="8443"  

           URIEncoding="UTF-8" /> 

 

  <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" 

          URIEncoding="UTF-8"/>

tomcat-6.0.18 UTF-8 编码,布布扣,bubuko.com

tomcat-6.0.18 UTF-8 编码

标签:style   c   tar   http   a   get   

原文地址:http://www.cnblogs.com/haomad/p/3741721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!