I'm developing an GWT + AppEngine app. All works well except when I run it in dev mode the app is not visible to machine on local network.
Even on local machine http://localhost:8080/app is working, while http://192.168.x.x:8080/app is not available.
Any thoughts how to fix this?