Fixing link to work for EAP and Wildfly documentation.

This commit is contained in:
Andy Munro 2020-01-15 15:43:11 -05:00 committed by Stian Thorgersen
parent 16f57eb0d9
commit c1a7c5a1d0
2 changed files with 9 additions and 1 deletions

View file

@ -3,4 +3,11 @@
When cluster nodes are isolated on a private network it requires access to the private network to be able to join a cluster or to view communication in the cluster. In addition you can also enable authentication and encryption for cluster communication. As long as your private network is secure it is not necessary to enable authentication and encryption. {project_name} does not send very sensitive information on the cluster in either case.
If you want to enable authentication and encryption for clustering communication see link:https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html/configuration_guide/configuring_high_availability#securing_cluster[Securing a Cluster] in the _JBoss EAP Configuration Guide_.
ifeval::[{project_product}==true]
If you want to enable authentication and encryption for clustering communication, see link:https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/{appserver_version}/html-single/configuration_guide/configuring_high_availability#securing_cluster[Securing a Cluster] in the _{appserver_name} Configuration Guide_.
endif::[]
ifeval::[{project_community}==true]
If you want to enable authentication and encryption for clustering communication, see the 'High Availability Guide' in the link:{appserver_doc_base_url}/High_Availability_Guide.html[WildFly documentation].
endif::[]

View file

@ -80,6 +80,7 @@
:appserver_version: 7.2
:appserver_doc_base_url: https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/{appserver_version}
:appserver_config_guide_link: {appserver_doc_base_url}/html-single/configuration_guide
:appserver_socket_name: JBoss EAP Configuration Guide
:appserver_socket_link: {appserver_doc_base_url}/html-single/configuration_guide/#network_and_port_configuration
:appserver_jgroups_name: JBoss EAP Configuration Guide