Configuring JBoss WildFly for G11N Support

If you have JBoss WildFly application server and Microsoft SQL Server combination, you need to configure the standalone.bat file for G11N support.

For information on G11N support, refer to the section, "Globalization (G11n) Support" in TIBCO MDM System Administration.

Procedure

  1. Navigate to $JBOSS_HOME/bin directory.
    • For Windows: open the standalone.bat file.
    • For Linux: open the standalone.sh file.
  2. Add the following snippet to the beginning of the file:
    For Windows:
    set "JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8"

    For Linux:

    JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF-8"
  3. Save the updated file.
  4. Restart the server.