Configuring JBoss WildFly for Globalization Support
If you have JBoss WildFly application server and Microsoft SQL Server combination, you need to configure the standalone.bat file for Globalization support.
For information about Globalization support, see the section, "Globalization Support" in
TIBCO MDM System Administration.
- Procedure
- Navigate to
$JBOSS_HOME/bin directory.
For Windows: open the standalone.bat file.For Linux: open the standalone.sh file.
- 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"
- Save the updated file.
- Restart the server.