I have installed sonar on a remote Linux cent OS server. I have configured the database on the same server. When I start the server, I don\'t see any errors in the logs and
By default sonar listens on localhost so you can access sonar through only localhost you have to make it listen on remote hosts by changing the parameter url in sonar-runner.properties. You have to keep the local ip of the linux server instead of 127.0.0.1