Hello,

        I need to implement per-application (WAR) shutdown messages for
the currently logged on users on a web application e.g. when the
application is being re-deployed or the server is going down for 
maintenance.

        Is it possible to extend ActionServlet so that processing would
also include a check for an attribute in the servletcontext (e.g. time to
shutdown in minutes) and if such an attribute exists, redirect the user to 
shutdown.jsp? More importantly, is it possible to retain the request 
information so that the user could continue the normal workflow (passed as 
a parameter to shutdown.jsp?) after a click on the OK button?

        If not, are there other ways than having the servlet copy the 
shutdown information to the user request/session and have a 
"shutdowncheck" custom tag that pops up a javascript alert box if shutdown 
information is present?

---
Nicklas "Nik" Karlsson, Murkiogatan 3 B 29 20740 Åbo, 040 9000 724
[EMAIL PROTECTED] ::: http://www.abo.fi/~nickarls ::: [EMAIL PROTECTED]

"If a man speaks in the forest and there is no woman around to hear him -
 Is he still wrong?"


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to