| Author |
how to refresh the date , without having to restart tomcat
|
Amit Phagwani
Greenhorn
Joined: Jan 10, 2003
Posts: 6
|
|
hi i am working on a java application , on logging in to the application it mentions of the date on the login screen. So if we do not shutdown tomcat one day , the next day it still shows the same old date. we need to restart tomcat for it to pick the current date. How do i fix this issue so that it refreshes the date automatically without having to restart thanx -a
|
 |
Rene Larsen
Ranch Hand
Joined: Oct 12, 2001
Posts: 1177
|
|
From where are you showing the date - JSP, Servlet etc. Rene
|
Regards, Rene Larsen
Dropbox Invite
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
How about on the page that shows the date, make sure you set the page to not cache on a client's machine? There's plenty of post in this forum, and the Servlets forum about ensuring pages are not cached. The other thing to consider is making sure you are placing this time into the correct servlet scope. I'd use request.
|
 |
 |
|
|
subject: how to refresh the date , without having to restart tomcat
|
|
|