I would like to know if it is possible to force a user to a certain page
when Tomcat restarts. In my application, if Tomcat is restarted after the
user displays a page, the user is not aware of the restart until he/she
clicks on a link or button on that page. Then, Tomcat will automatically
redirect to the login page. This is OK so far. However, the problem I have
is what happens after the user logs in. I am using RichFaces and after
login, there usually is some AJAX response being processed, but this usually
leads to a page only being partially updated. I would like to force full
reload of a specific page, say the users's home page, if Tomcat is restarted
after the user has authenticated. How can i do this? I am using Tomcat
6.0.18 and RichFaces 3.3.0.

Martin

Reply via email to