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 Google-Web-Toolkit@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to