Skip to content

Commit 5549dd3

Browse files
committed
minor change
1 parent 3cfaf9c commit 5549dd3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@ To show all supported Java versions, run the following command in the [Cloud She
3434
az webapp list-runtimes --os linux | grep "JAVA\|TOMCAT\|JBOSSEAP"
3535
```
3636

37-
For more detailed version information in your Linux container, [open an SSH session with the container](configure-linux-open-ssh-session.md?pivots=container-linux). Here are a few examples of what you can run.
37+
### Get Java version in Linux container
38+
39+
For more detailed version information in the Linux container, [open an SSH session with the container](configure-linux-open-ssh-session.md?pivots=container-linux). Here are a few examples of what you can run.
3840

3941
::: zone pivot="java-javase,java-tomcat,java-jboss"
4042

41-
To view the Java version:
43+
To view the Java version in the SSH session:
4244

4345
```bash
4446
java -version
@@ -48,7 +50,7 @@ java -version
4850

4951
::: zone pivot="java-tomcat"
5052

51-
To view the Tomcat server version:
53+
To view the Tomcat server version in the SSH session:
5254

5355
```bash
5456
sh /usr/local/tomcat/version.sh
@@ -64,7 +66,7 @@ find / -name "version.sh"
6466

6567
::: zone pivot="java-jboss"
6668

67-
To view the JBoss server version:
69+
To view the JBoss server version in the SSH session:
6870
```bash
6971
$JBOSS_HOME/bin/jboss-cli.sh --connect --commands=:product-info
7072
```

0 commit comments

Comments
 (0)