I want to test something quick in my app so I decided to run grails prod run-war.
I can access my app locally, but I can’t connect from another computer.
If i copy war file to my tomcat installation it will run fine and allow remote connections.
I haven’t seen any info in docs about this behaviour so…
Is there any way I could connect remotely to my app when running grails prod run-war?
It start listening on
localhostby default, you can specify IP adress to bind to:where
192.168.1.100is requred IP adressSee http://grails.org/doc/1.3.7/ref/Command%20Line/run-war.html