FileNet P8 Platform, Version 5.2.1       Application server:  JBOSS Application Server     

Configuring character encoding on JBoss Application Server

Set the appropriate codesets to UTF-8.

Procedure

To configure the correct character encoding:

  1. 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">
  2. 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


Last updated: October 2015
p8pap052.htm

© Copyright IBM Corporation 2013, 2015.