From 1093d3c1b862746a8a8679a24cd06f56d62ddf3d Mon Sep 17 00:00:00 2001 From: colin-mueller-sonarsource Date: Fri, 6 Mar 2020 16:17:54 +0100 Subject: [PATCH] DOCS Change title of section for adjusting java install --- server/sonar-docs/src/pages/setup/install-server.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/server/sonar-docs/src/pages/setup/install-server.md b/server/sonar-docs/src/pages/setup/install-server.md index 029ac93a13d..c6e7dd91433 100644 --- a/server/sonar-docs/src/pages/setup/install-server.md +++ b/server/sonar-docs/src/pages/setup/install-server.md @@ -127,9 +127,11 @@ Execute the following script to start the server: You can now browse SonarQube at _http://localhost:9000_ (the default System administrator credentials are `admin`/`admin`). -### Tuning the Web Server +### Adjusting the Java Installation -To change the Java JVM used by SonarQube, simply edit _$SONARQUBE-HOME/conf/wrapper.conf_ and update the following line: +If there are multiple versions of Java installed on your server, you may need to explicitly define which version of Java is used. + +To change the Java JVM used by SonarQube, edit _$SONARQUBE-HOME/conf/wrapper.conf_ and update the following line: ``` wrapper.java.command=/path/to/my/jdk/bin/java -- 2.39.5