I have developed my whole application in GWT in eclipse. I have tested in hosted mode.Evertthing works fine. Now I need to deploy into tomcat server on my machine. So using eclipse, I have compiled the whole project successfully. WAR directory got generated. I have zipped this war file and renamed with extension .war and placed this in webapps directory of tomcat server.
When I use localhost:8080 URL,firstpage opens successfully.(tomcat is able to unzip this).However none of RPC calls work. I am stuck with this problem from past 1 week. I tried all possible ways posted on web but nothing seems to work. I tried to compile the starter application shipped with GWT and placed on tomcat. Even this is not working with RPC calls. I am not sure what settings I need to do on my tomcat. Can you please suggest me detailed steps to deploy starter application shipped with GWT on tomcat using eclipse? later I can map the same to my application. Can anyone help please? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
