I have been working with Eclipse for a little while now but all of a sudden my GWT projects don't run anymore when I (after compiling) copy the the content of the 'war' folder to my 'Sites' folder on the mac. This was working absolutely fine but now I keep getting an RPC Failure -
An error occurred while attempting to contact the server. Please check your network connection and try again.
I am simply creating new Google Web Application projects now (they have the greeting sample build in) and this still works well when I am within Eclipse running either Debug or Run (using the Jetty then be default) but NOT when I copy the war over to the sites.
EDIT - As per the recommendations I have now ported the app to Tomcat7 where it works fine. I am still puzzled as to why it was working on the mac but am now happy with the configuration.
Appengine version:1.7.2
GWT version:2.4.0
Eclipse version:4.2(juno) Java SE 6 (MacOS X)
Any help much appreciated!