paulwong

tomcat支持中文名的处理方式

在server.xml配置文件中,增加URIEncoding=GBK"

<Connector port="8080"
               maxThreads
="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups
="false" redirectPort="8443" acceptCount="100"
               connectionTimeout
="20000" disableUploadTimeout="true" URIEncoding="GBK"/>
    
<!-- Note : To disable connection timeouts, set connectionTimeout value
     to 0 
-->

posted on 2006-06-11 17:52 paulwong 阅读(285) 评论(0)  编辑  收藏 所属分类: J2EE


只有注册用户登录后才能发表评论。


网站导航: