Hi Luke, Check the readme.txt file in the 'libraries' directory for details, but you seem to miss some dependencies, at least the javax.servlet.jar which Jetty depends on, even if we run Jetty as a standalone connector.
Best regards, Jerome Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -----Message d'origine----- De : [email protected] [mailto:[email protected]] Envoye : mardi 3 fevrier 2009 00:16 A : [email protected] Objet : RE: Re: Connector question Thanks, the logging helped me figure out which connector is being used. The problem I now have is that I see: [SEVERE][org.restlet.Context] Unable to register the helper com.noelios.restlet.ext.jetty.AjpServerHelper [SEVERE][org.restlet.Context] Unable to register the helper com.noelios.restlet.ext.jetty.HttpServerHelper [SEVERE][org.restlet.Context] Unable to register the helper com.noelios.restlet.ext.jetty.HttpsServerHelper [INFO][org.restlet.Component.Server] Starting the internal HTTP server The jar files I added to my classpath are: com.noelios.restlet.ext.jetty_6.1.jar com.noelios.restlet.ext.servlet_2.5.jar org.mortbay.jetty.ajp.jar org.mortbay.jetty.https.jar org.mortbay.jetty.jar org.mortbay.jetty.util.jar com.noelios.restlet.jar org.restlet.jar Am I missing something? I can get this working with the simple connector, but not the jetty one. Thanks, -Luke ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1093026 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1095187

