dev@grizzly.java.net

comet and glassfish v2

From: Cam Bazz <cambazz_at_gmail.com>
Date: Mon, 30 Jun 2008 21:57:21 +0300

hello,

I want to cometize a glassfish web app that I have been working on. is it
possible to use comet feasibly without using glassfish?

or is it even possible to use comet without glassfish.

currently I am using grizzly in a standalone mode accessing a lucene index,
as demonstrated in jean arcand's blog, and I have a servlet that takes
request from web browser and forwards it to grizzly ARP server.

the ultimate solution would be: servlet sending request to grizzly arp
server, and then grizzly replying with comet, but I am new in comet and
glassfish, so i dont know if it is technically possible.

so far, all my attemts to run the hidden-example in glassfish v2 has failed.
I am getting `java.lang.IllegalStateException: Grizzly Comet hasn't been
registered' exception.

Best Regards,
-C.B.