users@grizzly.java.net

comet support and mod_jk

From: Cam Bazz <cambazz_at_gmail.com>
Date: Fri, 15 Aug 2008 00:08:28 +0300

hello,

I have mod_jk proxying requests to port 8009 of my localhost.

ajp is enabled by
<jvm-options>-Dcom.sun.enterprise.web.connector.enableJK=8009</jvm-options>

unfortunately I am getting exception:

b-4548-8a23-39e117280167;|StandardWrapperValve[tServlet]: PWC1406:
Servlet.service() for servlet tServlet threw exception
java.lang.IllegalStateException: Comet support is not enabled. Make sure you
added the cometSupport=true property in domain.xml


comet support is enabled, as it was in my test server...

could this be an issue with JK?

Best,
-C.B.