I am running a tomcat 7 server on a linux machine.
I run into an issue that when I change the backend clock using the "date" command, the time that i got from
new Date()
is not in sync.
This was fixed by restarting the tomcat server. Is there any way I can fix this issue? I have searched through googld and didn't really find an answer.
Thanks.