Tomcat, Comet and Apache

2007-06-23 Thread Sebastiaan van Erk
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

Re: Tomcat, Comet and Apache

2007-06-23 Thread Sebastiaan van Erk
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).

Re: Tomcat, Comet and Apache

2007-06-23 Thread Filip Hanik - Dev Lists
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