java - How to display Chinese Chracter on JBoss 4.2.3GA -
Similar to the title, please advise how to configure JBoss to display the Chinese character
The unreadable character is having difficulty for me when I saw unreadable words and did not know what was happening with the error. kindly advise.
< Div class = "post-text" itemprop = "text">
Try the following:
JBOSS_HOME // server / (default) /deploy/jboss-web.deployer/server.xml Edit And edit the following line (I think UTF-8 is OK, but I think you will also have to try with other values):
Edit Depend on Ethyl JBOSS_HOME / bin / run.bat or JBOSS_HOME / bin / run.sh OS that you are using accordingly -Dfile.encoding option (again , First try UTF-8):
JAVA_OPTS = JAVA_OPTS -Dfile.encoding = utf-8
Comments
Post a Comment