How can I broadcast a message to all logged in users, when my system goes for maintenance. During Maintenance, my Database server will be down and webserver will be up. I am using IIS as webserver, ServletExec as Servlet Engine and JSP. Thanks in Advance, Rajesh Jhaver
chanoch wiggers
Author
Ranch Hand
Joined: May 24, 2001
Posts: 245
posted
0
you cant - HTTP does not support broadcast. You can deploy such a thing as an applet by polling the server for its status and setting the status to show this. alternatively, you can write your application in such a way that it detects the maintenance and imposes a helpful message if the resource is not available
chanoch<p><a href="http://www.amazon.com/exec/obidos/ASIN/1861007736/" target="_blank" rel="nofollow">Author of Professional Apache Tomcat</a></p>
Thomas Hubschman
Ranch Hand
Joined: Sep 25, 2002
Posts: 88
posted
0
Rajesh, Can you grab their email addresses when they log in? So or your server can send them an email before you shut down.