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.