Set the appropriate codesets to UTF-8.
Procedure
To configure the correct character encoding:
- Open the file JBOSS_HOME//server/(default)/deploy/jboss-web.sar/server.xml for
editing and set the following value:
<Connector port="8080" URIEncoding="UTF-8">
- Open the file JBOSS_HOME/bin/run.bat or JBOSS_HOME/bin/run.sh for
editing and set the following value:
JAVA_OPTS=JAVA_OPTS -Dfile.encoding=utf-8