my host ip : 192.168.3.126
ping 192.168.3.126 is okay
scm-manager work normally using localhost, but fails using actual ip addr!
that’s is,
http://localhost:8080/scm/repos/ okay
http://127.0.0.1:8080/scm/repos/ okay
http://192.168.3.126:8080/scm/repos/ fail
server-config.xml is:
SystemProperty name=“jetty.host” default=“0.0.0.0”
SystemProperty name=“jetty.port” default=“8080”