Rudy
Rudy

Reputation: 7044

Sonar can be accessed locally but not accessed elsewhere

Just tried to install a standalone sonar 2.0.5 in Win XP.

Setting : 

IP   : 127.0.0.1
Port : 9000
WebContext : /

It can be accessed locally. However when I tried to access it from other computer, it cant be accessed. So I tried to change the setting to Port 8080 ( my tomcat port ) and shutdown my tomcat. Still not accessible. My Tomcat ( port 8080, if running ) is accessible via network. Windows firewall is off.

Any idea why this happens?

Upvotes: 0

Views: 7255

Answers (1)

Mark O'Connor
Mark O'Connor

Reputation: 77971

You've configured Sonar to bind to the local loopback address. Try changing the IP address to "0.0.0.0".

See the following for more details:

Upvotes: 2

Related Questions