Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: Displaying "busy page" while servlet/JSP running

Chris

2004-01-19

Replies:

"Chris Ward" <cward@(protected)
news:D11FD8AE7B15D64285EA3A41DFCCFFB19B2840@(protected)...

Hi all,

Does anyone have a recommended way of displaying a
"busy" page while tomcat executes a servlet or JSP?

I've done this before using JavaScript to flip the
display to "busy" on the client, but I wondered if
there was a more generic way using Filters or something.

Many thanks as always,
Chris

Try this:

<html>
I'm busy now.
<%
out.flush();
// run code here
%>
I'm done.
</html>




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.