GWT RPC Service not found
问题 I have searched the Web almost for hours, but I didn't find an answer. The Problem is that i want to the test the gwt RPC. So I generate with the Eclipse Plugin a GWT remote Service. But everytime I get the following Failure: "[WARN] No file found for: /kuss_projekt/SpeicherService" I have tryed a lot, but I dont knwo what is the Problem. Thats my Code: web.xml: <web-app> <servlet> <servlet-name>SpeicherService</servlet-name> <servlet-class>de.fhdo.kuss.server.SpeicherServiceImpl</servlet