Hello Daniel, I have a simple GAE project, where I want to use RESTlet. Problems is, as > soon as I try to launch the dev server I get a > java.lang.ClassNotFoundException: org.restlet.ext.servlet.ServerServlet. >
It seems the library is not in the WEB-INF/lib directory. Can you confirm that? > > I´m using 2.0.5 of the restlet GAE-edition, and I have imported > org.restlet.ext.servlet.jar and org.restlet.jar. Since the readme says that > the ext.servlet lib depends on javax.servlet, I´ve also put > javax.servlet.jar on my classpath. > Actually this jar should be provided by the servlet container. There is no need to take it into account. Best regards, Thierry Boileau ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2711612

