-
Notifications
You must be signed in to change notification settings - Fork 381
Closed
Description
Originally reported on Google Code with ID 7522
GWT-RPC currently doesn't work because the compiler running in the CodeServer generates
new .gwt.rpc files and these aren't found on the separately-running server.
Workarounds:
- after compiling in Super Dev Mode, manually copy the .gwt.rpc files to the war directory
of your other server.
- alternately, modify your server to load the .gwt.rpc files from the code server (since
it's available over http).
Discussion:
https://groups.google.com/forum/#!topic/google-web-toolkit/ZugfWpwnXJs/discussion
Current as of 2.5 RC 1.
Reported by skybrian@google.com on 2012-07-16 17:09:01