'WebServer is operational' but 'site can't be reached'

hi guys,
i stuck to see sonarqube dashboard at xx.xx.xx.xx:9000/sonarqube ,i checked with web.log shows “web[o.s.s.p.Platform] WebServer is operational” the tcp 9000,9001 port are open in firewall,security group allowed my host to port 9000.i able to telnet localhost,even service is running at 9000, MYSQL connection is fine, on browser getting Error like:
“This site can’t be reached” xx.xx.xx.xx refused to connect.
please suggest…
thank you!

Hi,

If you’re on the SQ host (telet, VPN, sitting at the machine, …) can you reach SonarQube at http://localhost:9000/sonarqube?

Also, to be clear, I guess you did the extra configuration (sonar.web.context in $SONARQUBE_HOME/config/sonar.properties) to offer SonarQube at the /sonarqube path? Because by default it will be served on http://xx.xx.xx.xx:9000 (no path).

 
Ann