Browse Source

DOCS Change title of section for adjusting java install

tags/8.3.0.34182
colin-mueller-sonarsource 4 years ago
parent
commit
1093d3c1b8
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      server/sonar-docs/src/pages/setup/install-server.md

+ 4
- 2
server/sonar-docs/src/pages/setup/install-server.md View File

@@ -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

Loading…
Cancel
Save