Skip to content

Commit

Permalink
fix: capitalize WAR
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Dec 11, 2024
1 parent b464f87 commit a07cd99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/run-instance/example-setups/en_tomcat-10-ubuntu_22_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Since we have set up Tomcat 10, we can now set up openrouteservice with Java 17.

### Download the openrouteservice WAR-File

To set up openrouteservice v9 with Tomcat 10, you first need the respective war-File.
To set up openrouteservice v9 with Tomcat 10, you first need the respective WAR-File.
Head over to the [openrouteservice releases page](https://github.com/GIScience/openrouteservice/releases) and download
the latest release WAR-File.

Expand Down Expand Up @@ -369,8 +369,8 @@ In case you want to update openrouteservice to a new version, you can follow the
> sudo systemctl stop openrouteservice.service
```

2. Empty the old webapps directory `/opt/tomcat/webapps/` and move the new war-File to the directory.
3. Download the new [war-File](#download-the-openrouteservice-war-file) for the new version.
2. Empty the old webapps directory `/opt/tomcat/webapps/` and move the new WAR-File to the directory.
3. Download the new [WAR-File](#download-the-openrouteservice-war-file) for the new version.
4. Adapt the [openrouteservice configuration](#configure-openrouteservice) in the `setenv.sh` file.
5. [Apply the correct permissions](#set-the-necessary-permissions-for-the-tomcat-10-user) to the Tomcat directory
and restart the Tomcat service.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Since we have set up Tomcat 10, we can now set up openrouteservice with Java 17.

### Download the openrouteservice WAR-File

To set up openrouteservice v8 with Tomcat 10, you first need the respective war-File.
To set up openrouteservice v8 with Tomcat 10, you first need the respective WAR-File.
Head over to the [openrouteservice releases page](https://github.com/GIScience/openrouteservice/releases) and download
the latest release WAR-File.

Expand Down Expand Up @@ -369,8 +369,8 @@ In case you want to update openrouteservice to a new version, you can follow the
> sudo systemctl stop openrouteservice.service
```

2. Empty the old webapps directory `/opt/tomcat/webapps/` and move the new war-File to the directory.
3. Download the new [war-File](#download-the-openrouteservice-war-file) for the new version.
2. Empty the old webapps directory `/opt/tomcat/webapps/` and move the new WAR-File to the directory.
3. Download the new [WAR-File](#download-the-openrouteservice-war-file) for the new version.
4. Adapt the [openrouteservice configuration](#configure-openrouteservice) in the `setenv.sh` file.
5. [Apply the correct permissions](#set-the-necessary-permissions-for-the-tomcat-10-user) to the Tomcat directory
and restart the Tomcat service.
Expand Down

0 comments on commit a07cd99

Please sign in to comment.