Skip to content

Commit 8735691

Browse files
Fix anchor
1 parent 897cec0 commit 8735691

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: article
7-
ms.date: 03/19/2025
7+
ms.date: 03/27/2025
88
ms.custom: devx-track-java, devx-track-azurecli, devx-track-extended-java, linux-related-content
99
zone_pivot_groups: app-service-java-hosting
1010
adobe-target: true
@@ -485,7 +485,7 @@ $JBOSS_HOME/bin/jboss-cli.sh --connect
485485

486486
Depending on where JBoss EAP is in the server lifecycle, you might not be able to connect. Wait a few minutes and try again. This approach is useful for quick checks of your current server state (for example, to see if a data source is properly configured).
487487

488-
Also, changes you make to the server with JBoss CLI in the SSH session doesn't persist after the app restarts. Each time the app starts, the JBoss EAP server begins with a clean installation. During the [startup lifecycle](#jboss-server-lifecycle), App Service makes the necessary server configurations and deploys the app. To make any persistent changes in the JBoss EAP server, use a [custom startup script or a startup command](#3-server-configuration-phase). For an end-to-end example, see [Configure data sources for a Java SE, Tomcat, or JBoss EAP app in Azure App Service](configure-language-java-data-sources.md?pivots=java-jboss).
488+
Also, changes you make to the server with JBoss CLI in the SSH session doesn't persist after the app restarts. Each time the app starts, the JBoss EAP server begins with a clean installation. During the [startup lifecycle](#jboss-eap-server-lifecycle), App Service makes the necessary server configurations and deploys the app. To make any persistent changes in the JBoss EAP server, use a [custom startup script or a startup command](#3-server-configuration-phase). For an end-to-end example, see [Configure data sources for a Java SE, Tomcat, or JBoss EAP app in Azure App Service](configure-language-java-data-sources.md?pivots=java-jboss).
489489

490490
Alternatively, you can manually configure App Service to run any file on startup. For example:
491491

0 commit comments

Comments
 (0)