sonarqube - Sonar can be accessed locally but not accessed elsewhere -


just tried install standalone sonar 2.0.5 in win xp.

setting :   ip   : 127.0.0.1 port : 9000 webcontext : / 

it can accessed locally. when tried access other computer, cant accessed. tried change setting port 8080 ( tomcat port ) , shutdown tomcat. still not accessible. tomcat ( port 8080, if running ) accessible via network. windows firewall off.

any idea why happens?

you've configured sonar bind local loopback address. try changing ip address "0.0.0.0".

see following more details:


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -