> If i load the page with FireFox directly by connecting to my Tomcat on > port 8080, it works fine. But if i load the page via apache/mod_jk on > port 80 it doesn't work.
By saying "it doesn't work" i mean, that the whole content is delayed by 3 seconds - so the flush() actually has no effect. The string "this should appear immediatly" is stuck somewhere in some buffer and is not delivered to the browser even though i call flush(). Using tomcat directly, it works fine. The first half of the content is displayed immediatly, the second half is delayed by 3 seconds. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]