Hello Christophe, you must be aware that your project gathers both client and server sides. Each of them requires differents libraries, in the same project! Regarding the server side, as it is aimed to be run inside a servlet container, the required libraries should be located in the WEB-INF/lib directory... That's why you get a ClassNotFound exception for the GWT servlet adapter... So, put the JEE restlet core library, the GWT extension for JEE, the servlet extension for the JEE edition (which is missing in your project) in the WEB-INF/lib directory, that will fix your problem.
Best regards, Thierry Boileau > the attachment :( ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2447987

