Salut,
thanks to Sébastien who raised the problem:
https://grizzly.dev.java.net/issues/show_bug.cgi?id=366
I've prepared a bundle that contains Comet, Bayeux, MessagesBus and
Servlet supports. You can now use that bundle directly by doing:
java -jar grizzly-webserver-1.9.4.jar -p 8080 -a grizzly-twitter.war
com.sun.grizzly.sample.twitter.TwitterServlet
That command will 'deploy' the war file and make it ready for servicing
requests. Bayeux will also be available under /cometd (fixed url for now).
If you are interested to contribute, take a look at some example from here:
http://weblogs.java.net/blog/jfarcand/archive/2009/01/extending_the_g_5.html
Multiple war deployment might be a nice contribution :-)
A+
-- Jeanfrancois