>The Restlet framework is throwing this error because, as it implies, >it cannot match the URI to anything that it has mapped.
But it match the first servlet called.... And if I restart the tomcat server and call the 2nd servlet, the 2nd servlet works. > When I decompressed your WAR file, there is no web.xml in the main WEB-INF directory, > but rather in the EventViewer/WEB-INF, which I don't think Tomcat will find. I think the web.xml is in the right place as one of the servlet is working. And if I call a "foobar" servlet I get a tomcat error. And I don't get this tomcat error with any of my servlet. Did you try to deploy the war in tomcat ? Tested with tomcat 5.5 and 6.0. > Hopefully Jerome will correct me, but can you setup an Application per ServerServlet like this: I can't find any difference with the web.xml included in my war.... Except for the XML header. -- Julien Balas

