Make google (GWT/AppEngine) available on local network
- Debug > Debug configurations... > Select your launch config on the left > Arguments tab. Just add "-bindAddress 0.0.0.0" in the beginning before all the other arguments. This makes it listen on all network adapters, so another machine on your network could connect to you.
- Open port TCP 9997 on firewalls.
- Allow remote address in Chrome GWT Extension settings
- Sometimes I had remove read the address in the settings