Filip Hanik - Dev Lists wrote:
There are only two connectors in Apache Tomcat that support Comet,
APR HTTP and NIO HTTP connectors.
This means, if you want Apache in front of it, you would use mod_proxy_http
Many thanks for your suggestion.
--
There are only two connectors in Apache Tomcat that support Comet,
APR HTTP and NIO HTTP connectors.
This means, if you want Apache in front of it, you would use mod_proxy_http
Filip
On 10/05/2009 04:39 AM, Markus Innerebner wrote:
Hi all,
I see that when using Mod JK (ver. 1.2.26-2) together
Hi all,
I see that when using Mod JK (ver. 1.2.26-2) together with Comet I
always get the message: "405 HTTP method POST is not supported by this
URL". (My servlet engine is tomcat 6.0.14)
I googled and found out that mod_jk has its own connector which does not
support the comet event.
Is there