Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
Description
If sonar is installed on the host named xxx, then http:xxx:9000 from another host is not available. The server listens only on localhost.
Fix conf/jetty.xml, replace :
<Set name="host"><SystemProperty name="jetty.host" default="localhost"/></Set>
by
<Set name="host"><SystemProperty name="jetty.host" default="0.0.0.0"/></Set>