I have the following tag: <servlet path="/MyService" class="com.google.tabs.server.MyServiceImpl" />
On Sep 1, 1:43 pm, Thad <[email protected]> wrote: > Do you have the proper servlet and servlet-mapping tags in your > web.xml? > > On Sep 1, 10:31 am, Aximilli302 <[email protected]> wrote: > > > > > Me again, I have another quick question for the general comunity. > > > What goes into the @RemoteServiceRelativePath tag? Is it the name of > > the class it is in? for example, > > > package com.google.tabs.client; > > > import com.google.gwt.user.client.rpc.RemoteService; > > import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; > > @RemoteServiceRelativePath("MyService") > > > public interface MyService extends RemoteService{ > > > public String myMethod(String s, String username); > > > } > > > I put that in, and the server call fails. I get a warning: > > > Sep 1, 2009 9:24:28 AM > > com.google.appengine.tools.development.LocalResourceFileServlet doGet > > WARNING: No file found for: /tabs/MyService > > > Does anyone know how to make this work?- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
