-Duser.country=US -Duser.language=en
Localization Troubleshooting Tips
If you have troubles with incorrectly displayed characters, like in MID-3772, try add this parameters in JAVA_OPTS
variable:
For Tomcat, this is commonly saved in Tomcat’s home directory in bin/setenv.sh or bin/catalina.sh, on Windows in bin\setenv.bat or bin\catalina.bat.
To check current values of these JVM options, run this command:
jinfo -sysprops <PID>
Was this page helpful?
YES
NO
Thanks for your feedback