Skip to content

Commit 1628cc8

Browse files
committed
nits
1 parent 706a446 commit 1628cc8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,6 @@ To improve performance of Tomcat applications, you can compile your JSP files be
420420

421421
::: zone-end
422422

423-
> [!NOTE]
424-
>
425-
426423
[!INCLUDE [robots933456](../../includes/app-service-web-configure-robots933456.md)]
427424

428425
## Choosing a Java runtime version
@@ -471,7 +468,7 @@ App Service supports clustering for JBoss EAP versions 7.4.1 and greater. To ena
471468
When clustering is enabled, the JBoss EAP instances use the FILE_PING JGroups discovery protocol to discover new instances and persist the cluster information like the cluster members, their identifiers, and their IP addresses. On App Service, these files are under `/home/clusterinfo/`. The first EAP instance to start obtains read/write permissions on the cluster membership file. Other instances read the file, find the primary node, and coordinate with that node to be included in the cluster and added to the file.
472469

473470
> [!Note]
474-
> You can avoid JBOSS clustering timeouts by [cleaning up obsolete discovery files during your app startup](https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/JBOSS/avoid_timeouts_obsolete_nodes.md)
471+
> You can avoid JBoss clustering timeouts by [cleaning up obsolete discovery files during your app startup](https://github.com/Azure/app-service-linux-docs/blob/master/HowTo/JBOSS/avoid_timeouts_obsolete_nodes.md)
475472
476473
The Premium V3 and Isolated V2 App Service Plan types can optionally be distributed across Availability Zones to improve resiliency and reliability for your business-critical workloads. This architecture is also known as [zone redundancy](../availability-zones/migrate-app-service.md). The JBoss EAP clustering feature is compatible with the zone redundancy feature.
477474

0 commit comments

Comments
 (0)