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.
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.
In my web-inf I have the following entries:
RestletServlet
org.restlet.ext.servlet.ServerServlet
org.restlet.application
com.sweetspot.apps.server.FriskisApplication
RestletServlet
/*
Why am I getting this ClassNotFoundException when the
org.restlet.ext.servlet.jar is in the classpath?
Cheers!
--
View this message in context:
http://restlet-discuss.1400322.n2.nabble.com/ClassNotFoundException-org-restlet-ext-servlet-ServerServlet-with-GAE-edition-tp6171099p6171099.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2711498