It is all a pull from client and we cannot PUSH from server to client. #1. You could probably write a JSP to keep polling server for messages and display in a separate frame/window. It is not the most efficient way but should work. #2. Each JSP, while loading, could check for a particular static String variable value and display if set. This works only when this page is loaded/reloaded.
- Sri At 10:12 AM 10/9/2002, Padhu Vinirs wrote: >U want to show a message to the client ? If so, The server cannot >instantiate a session on the client. If you want to send a email, then the >ServletContextListener's contextDestroyed might help. > >-- pady > > > >shoban kumar wrote: > >>Hi there, >>I want to show a message to the END USER'S before shutting down the >>tomcat. How can i achive this. >>thanks in advance >>shoban >>Mascon >> >>_________________________________________________________________ >>MSN Photos is the easiest way to share and print your photos: >>http://photos.msn.com/support/worldwide.aspx >> >> >>-- >>To unsubscribe, e-mail: >><mailto:[EMAIL PROTECTED]> >>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >> > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
