Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
刚刚尝试在 Win XP 中安装独立的声纳 2.0.5。
Setting : IP : 127.0.0.1 Port : 9000 WebContext : /
它可以在本地访问。但是,当我尝试从其他计算机访问它时,它无法访问。所以我尝试将设置更改为端口 8080(我的 tomcat 端口)并关闭我的 tomcat。仍然无法访问。我的 Tomcat(端口 8080,如果正在运行)可通过网络访问。Windows 防火墙已关闭。
知道为什么会这样吗?
您已将 Sonar 配置为绑定到本地环回地址。尝试将 IP 地址更改为“0.0.0.0”。
有关详细信息,请参阅以下内容: