Hello Daku, if you intend to use the jetty extension (which is actually what we call a server connector), you can have a look at this page: http://wiki.restlet.org/docs_2.0/13-restlet/37-restlet.html. It describes how to complete the classpath with the required jars (in your case, the org.restlet.ext.jetty.jar + the jetty and servlet libraries which are provided by the restlet distribution in the "lib" directory).
Best regards, Thierry Boileau Hi Folks > I am trying to develop a jax-rs based application using restlet, howbeit > using the jetty server instead of default http server (org.restlet.Server). > Is this info. available somewhere on your website? I didn't find it. > The maven dependencies for the jetty are not up-to-date on the repo. as > well. > Thanks, > Daku > > -- > View this message in context: > http://restlet-discuss.1400322.n2.nabble.com/jaxrs-embedded-jetty-tp6394909p6394909.html > Sent from the Restlet Discuss mailing list archive at Nabble.com. > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2745958 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2748074

