Hello Guillaume, is there any information in the GAE's logs? To my mind, I think that the servlet called "RestletServlet" is not properly initiated. It must have a "org.reslet.application" parameter, with the full path of your Restlet-based application, in your case, I think it corresponds to the JaxRsEntryPoint class.
Best regards, Thierry Boileau I try the code provide in the wiki<http://wiki.restlet.org/docs_2.0/13-restlet/28-restlet/57-restlet.html?showComments=true#daisycomment151>but it don't work for me, Google App engine say me Error: Not Found !. I > tried with version (GAE Edition) 2.0.11 and 2.1rc2. My web.xml look like: > ** ** ** **org.restlet.ext.jaxrs.JaxRsApplication** > **com.restletexample.JaxRsEntryPoint > ** ** ** **RestletServlet** **org.restlet.ext.servlet.ServerServlet** ** * > * ** ** **RestletServlet** **/*** ** ** **index.html** ** ** and in my > lib folder I've import those libraries javax.ws.rs.jar javax.xml.bind.jar > javax.xml.stream.jar org.json.jar org.restlet.ext.jaxrs.jar > org.restlet.ext.servlet.jar org.restlet.jar My code is available > here<http://dl.dropbox.com/u/5552535/RestletExample.zip>If someone can help > me to do it work > ------------------------------ > View this message in context: Re: Restlet + GAE + > JAX-RS<http://restlet-discuss.1400322.n2.nabble.com/Restlet-GAE-JAX-RS-tp3890645p7288376.html> > Sent from the Restlet Discuss mailing list > archive<http://restlet-discuss.1400322.n2.nabble.com/>at Nabble.com. > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2923000

