Skip navigation.

quick start

Currently there is no release of dojox.cometd. Use maven (2.0.8 or later) To quickly checkout, build and run the demos with the jetty server:

svn co http://svn.cometd.com/trunk cometd
cd cometd
mvn install
cd cometd-jetty/demo
mvn jetty:run-war

This builds the dojox.cometd examples template and then uses that as the basis of the comet-jetty demo. The last command runs the demos on an embedded jetty web server on http://localhost:8080 .
It also produces a standard war file in target that can be deployed normally.