Details
-
Improvement
-
Resolution: Fixed
-
Major
-
JBoss
Description
The Tomcat installation guide contains an instruction that should also be in the guide for JBoss. The text could be:
- Edit $JBOSS_HOME/server/<mode>/deploy/jbossweb-tomcat55.sar/server.xml to set UTF-8 encoding:
<Connector port="8080" ... URIEncoding="UTF-8"/> <Connector port="8009" ... URIEncoding="UTF-8"/>
This information should also be added to the Encoding Guide, under a new section, specific for JBoss.
This little configuration solved a very annoying problem I had when using characters like á, é, í in page titles or tags.
Tested on JBoss 4.0.5.