You're use GWT RPC, which means you have a RemoteServiceServlet somewhere that implements the server side of that RPC service. You need to compile that servlet to a Java .class file and deploy it to your web server. You also need a web.xml file to map request URLs to your servlet.
On Tue, Oct 14, 2008 at 12:55 PM, Christopher Venning < [EMAIL PROTECTED]> wrote: > > > > On Oct 14, 12:53 pm, "Isaac Truett" <[EMAIL PROTECTED]> wrote: > > Did you deploy your compiled servlet? I don't see it listed in the stuff > you > > copied to tomcat/webapps/ServerTest. > > What do you mean "compiled servlet"? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
