Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
[sonar@db2 ~]$ vim /opt/sonarqube/sonarqube-8.9.2.46101/conf/sonar.properties在文件最后加入以下内容,端口(12345)可自定义修改:sonar.web.javaAdditionalOpts=-Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=12345
[sonar@db2 ~]$ /opt/sonarqube/sonarqube-8.9.2.46101/bin/linux-x86-64/sonar.sh restart[sonar@db2 ~]$ ss -lnt | grep 12345
Was this page helpful?