When I upgraded my app to use GWT 1.5.2, everything worked fine in
hosted mode.  However, when I published and deployed it to my web
server, all my RPC calls were failing.  I'm still not certain why they
were failing, but using Firebug, I saw that the calls were returning
405 errors.  Specifically that the HTTP Method PUT was not supported.
After a lot of research and pulling out my hair, I figured out that my
web.xml file was a little out of date.  I was using version 2.2,
instead of the recommended version 2.5.  For details, check out
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideRPCDeployment.

If you are having RPC problems with your deployed GWT application,
then your web.xml file might be the culprit.

I hope this helps,
Eric
--~--~---------~--~----~------------~-------~--~----~
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