Hi,
Thanks for the reply.
Turns out that in apache 2.2 there is a flushpackets option in
mod_proxy. I'll have to upgrade since it's not available in 2.0. I
missed it because it's not an actual directive but an option to the
ProxyPass directive (I was looking at ProxyIOBufferSize).
|Regards,
my only guess would be to turn off buffering in mod_proxy, if that is
possible
Filip
Sebastiaan van Erk wrote:
Hi all,
I wrote a Comet servlet for Tomcat, and am ready to deploy it.
However, my "normal" mode of deployment, namely Apache + mod_jk in
front of Tomcat no longer works in this si
Hi all,
I wrote a Comet servlet for Tomcat, and am ready to deploy it. However,
my "normal" mode of deployment, namely Apache + mod_jk in front of
Tomcat no longer works in this situation because Comet requires the NIO
or APR connectors, which do not support mod_jk. I also tried using
mod_pro