Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change tomcat server date?

Tags:

date

cron

tomcat

I need to change tomcat server date in order to check whether my cron expression will be triggered on needed day and time or not. How can I do this?

Thanks!

like image 873
user1048261 Avatar asked Feb 05 '13 15:02

user1048261


2 Answers

You need to change the date of the underlying OS. Tomcat has no separate clock. You also should restart the tomcat afterwards..

like image 176
nfechner Avatar answered Oct 22 '22 14:10

nfechner


Try to check in web.inf file if by any parameter is their from where you can change the date. Otherwise as earlier comment change the system date and restart the server.

like image 31
ganesh . Avatar answered Oct 22 '22 13:10

ganesh .