This content has been marked as final.
Show 1 reply
-
1. Re: How do I set user.timezone for WildFly/JBoss EAP?
jaikiran Jul 15, 2015 7:58 AM (in response to netent.ext.subeer.dhingra)Subeer D wrote:
Where does Jboss pick the user.timezone from?
user.timezone is a JVM system property. So you have to set it in the script that launches the server. If you are using the standalone server then standalone.conf in the bin folder of the server is the right place to set it. See the JAVA_OPTS section in it and set -Duser.timezone to point to the timezone you want to be picked up by the server.