Skip to content

Commit a1b7e1b

Browse files
authored
Fixed path to version.sh for checking
Tomcat version on Linux
1 parent fce856a commit a1b7e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/configure-language-java-deploy-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy Tomcat, JBoss EAP, or Java SE apps to run on Az
44
keywords: azure app service, web app, windows, oss, java, tomcat, jboss, spring boot, quarkus
55
ms.devlang: java
66
ms.topic: how-to
7-
ms.date: 03/27/2025
7+
ms.date: 08/12/2025
88
ms.custom:
99
- devx-track-java
1010
- devx-track-azurecli
@@ -59,7 +59,7 @@ java -version
5959
To view the Tomcat server version in the SSH session:
6060

6161
```bash
62-
sh /usr/local/tomcat/version.sh
62+
sh /usr/local/tomcat/bin/version.sh
6363
```
6464

6565
Or, if your Tomcat server is in a custom location, find `version.sh` with:

0 commit comments

Comments
 (0)