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 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 a way to solve this problem ?
E.g. specify in mod_jk to use the connector
org.apache.coyote.http11.Http11NioProtocol

If not, what else can you suggest me?

For me it is not important to use mod_jk. The important thing is that
the servlet invoked in my webpage (specified without port) is redirected
tomcat.

Many thanks

Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to