> [...]
> How can I flush Tomcat? Nothing from the PrintWriter reaches the
> browser until the servlet completes. flush() does nothing. Has anybody
> altered the facade classes to enable flushing?
> Why is Tomcat set up that way?
> Thanks.
> [...]

Hi :-)   you can use ServletResponse.flushBuffer(),
ServletResponse.flushBuffer() is in Servlet APIspec2.2+.


Bo
June 20, 2001



Reply via email to