GWT + AppEngine in dev mode not available on LAN

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?

+3
source share
2 answers

Try adding -a 0.0.0.0appengine to your configuration

+5
source
+1

Source: https://habr.com/ru/post/1771470/


All Articles