"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)