Doesn't tomcat need to set the Content-length HTTP header in the response 
before sending anything?  That would explain (to me at least) why flush 
doesn't send it to the client.  I'm guessing all it does is tick over the 
content-length counter.

cheers
dim

On Wed, 20 Jun 2001 08:26, you wrote:
> 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.

Reply via email to