0

We are facing one funny and interesting issue with our JBoss app server.

The problem is we are running the JBoss in Linux server which is running in different time zone (say, America/Chicago). Also with the same timezone we are starting the JBoss server by setting -Duser.timezone=xxx JVM parameter. Although it's running fine as per the configuration for 5 or 6 days. After that the JBoss app server's time zone is getting changed automatically to some other time zone say (Asia/Kolkata). For this we have analyzed lot but we are not able to figure it out and as of now restart of JBoss is required to get things normal.

So I wanted to know, is there any way to restrict this or to reset to old timezone without restarting JBoss?

Go Dan
  • 15,194
  • 6
  • 41
  • 65

1 Answers1

0

Do you want to change the timezone of the server?

You can do it with tzselect command. I had a similar issue recently and I had documented it. You can refer if you want. its here

Randeep
  • 533
  • 3
  • 7
  • 18
  • Thanks for your reply. Actually here problem is not with our server's timezone. The problem with our JBoss app server only. since JRE's timezone only getting changed and server's timezone remains same. – densingh12 Mar 19 '14 at 06:58
  • Is there anyway to reset the JBoss timezime to other timezone without restarting it ? – densingh12 Mar 20 '14 at 08:47