
Tomcat
iteye_4974
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Tomcat 6.0 SSL
2010-3-16 16:24:50 org.apache.catalina.startup.SetAllPropertiesRule begin 警告: [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'keystor eFile' to 'conf/tomcat.keystore' did not find...2010-03-16 16:34:14 · 173 阅读 · 0 评论 -
tomcat get时action中文乱码
当URL中带中文参数时,action中获得的参数显示为乱码,插入数据库仍为乱码(数据库UTF-8存储),后修改了Tomcat的配置文件server.xml 中的 , 添加 URIEncoding="UTF-8" 即可...原创 2012-07-04 11:17:52 · 128 阅读 · 0 评论