>> Any ideas?
> 
> Any ideas why tomcat 6.0.10 doesn't send flush packets? I should see
> them in mod_jk's log, right? (JkLogLevel is debug)

The explanation is:

Is the JNI APR stuff is installed, Tomcat will use
org.apache.coyote.ajp.AjpAprProtocol.

Not the JNI APR stuff is NOT installed, Tomcat does NOT use the
org.apache.coyote.ajp.AjpProtocol, which would support flush packets.
Instead, it uses org.apache.jk.server.JkCoyoteHandler which does NOT
support flush packets :-((

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to