This sounds like one of two problems. Your tomcat mapping may be incorrect as it cannot find the url mapping for the RemoteServiceServlet you are calling.
Can you show us your gwt.xml file and the area of the Tomcat context that maps the URL? Also you say its working in hosted mode? When returning in hosted mode are there any exceptions on the console of the GWT browser? If so it may be a SerializationException if you are returning some object? eggsy On Oct 23, 6:33 am, medgey <[EMAIL PROTECTED]> wrote: > This is not related to GWT, but you can debug tomcat in eclipse using > standard java remote debugging. > > On Oct 22, 11:57 pm, Barry <[EMAIL PROTECTED]> wrote: > > > Hi ... > > > I have an RPC that is working fine in host mode but fails in web mode > > and I don't know what to do to troubleshoot it. On the client, I get a > > message box that says "Failure: > > com.google.gwt.user.client.rpc.StatusCodeException: The call failed on > > the server; see server log for details". > > > A few questions: > > > 1) What log would it be referring to?? > > > 2) How does one debug server-side code running under Tomcat?? Is > > Eclipse any help here?? > > > 3) In fact, there's something failing in the server-side code being > > called by the RPC. If I comment out the guts of this function, I get a > > clean return, but no work done. I conclude that some horrible > > exception is occurring in the server-side code ... something that > > evades even an Exception try/catch handler. The problem appears to be > > in a CXF call to a web service. > > > Could there be something terribly abusive inflicted on me from CXF?? > > > Thanks for the help ! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
