I am developing a GWT + AppEngine application. Everything works well, except when I run it in dev mode, the application is not visible to the machine on the local network.
Even on the local machine, http: // localhost: 8080 / app works, but http: //192.168.xx: 8080 / app is not available.
Any thoughts on how to fix this?
source
share