Unable to open remotely installed sonar on a browser

后端 未结 4 1453
醉话见心
醉话见心 2020-12-11 07:27

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

4条回答
  •  独厮守ぢ
    2020-12-11 07:40

    Change the sonar.properties as below and restart the Sonar server. This should make Sonar accessible over the network and not limited to localhost

    sonar.web.host=0.0.0.0
    

提交回复
热议问题