Wednesday, June 20, 2001, 8:16:23 AM, "Brett M. Bergquist" <[EMAIL PROTECTED]> wrote:
BMB> Which version of Tomcat are you refering to? If Tomcat 3.2.X, try the
BMB> HttpServletResponse.flushBuffer() method. This works for me in Tomcat 3.2.2.
Perfect! Thanks. It looks like this also gives the ability to know
when the browser breaks the connection, because an IO exception is
thrown.
>> 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.
>>
>>
>>