This content has been marked as final.
Show 1 reply
-
1. Re: @ArquillianResource URL returns 0.0.0.0
kpiwko Jan 5, 2015 4:42 AM (in response to davidj)Hi David,
unfortunately, parsing logic won't figure out what is real and external facing ip address of the machine. The workaround is to bind the server to only one IP address and do not use all interfaces wildcard 0.0.0.0, e.g. ./standalone.sh -b 10.31.1.12.
Karel