We had a java application which accessed GWT server code with SyncProxy 0.3 and GWT 2.6.0. After putting the null.gwt.rpc file in the root of the bin directory it worked fine.
We are now trying to use a normal Webapp (not GWT) to acesss the GWT server on the same tomcat server 7.0. We get the infamous FileNotFound exception for mywebapp.nocache.js Where should the rpc file go? Any other suggestions to get this to work?