1 Reply Latest reply on Jul 15, 2015 7:58 AM by jaikiran Branched from an earlier discussion.

    How do I set user.timezone for WildFly/JBoss EAP?

    netent.ext.subeer.dhingra

      I am using EAP 6.3. Where does Jboss pick the user.timezone from? I tried to update the timezone of my linux machine to US/Eastern but jboss still shows user.timezone as Europe/Stockholm.

        • 1. Re: How do I set user.timezone for WildFly/JBoss EAP?
          jaikiran

          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.