首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

hudson编码有关问题

2012-07-25 
hudson编码问题现象1:在系统设置中提示:Your container doesnt use UTF-8 to decode URLs. If you use no

hudson编码问题
现象1:在系统设置中提示:Your container doesn't use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See Containers  and Tomcat i18n for more details.

现象2:在新建项目时,设置Repository URL如果还有中文,会提示错误。
for more details.


解决:
tomcat 的配置文件 server.xml 
修改:
<Connector port="8080"  URIEncoding="UTF-8"

热点排行