Salut,
(cross posting to GlassFish users list).
Cam Bazz wrote:
> 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?
Comet isn't supported when mod_jk is used because when mod_jk is used,
Grizzly isn't invoked (mod_jk has it's own connector implementation). So
far using mod_proxy proved to work with Grizzly Comet :-)
A+
-- Jeanfrancois
>
> Best,
> -C.B.