You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2024/01/23 10:33:45 UTC

(tomcat) branch 10.1.x updated: Clarify docs

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 092c83b0ee Clarify docs
092c83b0ee is described below

commit 092c83b0ee23772c8ea18ec5f33e58810d515d1e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 23 10:33:04 2024 +0000

    Clarify docs
---
 webapps/docs/config/cluster-membership.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/config/cluster-membership.xml b/webapps/docs/config/cluster-membership.xml
index aa6d453ce8..2ec0d70720 100644
--- a/webapps/docs/config/cluster-membership.xml
+++ b/webapps/docs/config/cluster-membership.xml
@@ -236,8 +236,9 @@
     <p><b>LocalMember:</b> <br/>
     Static member that is the local member of the static cluster group.
     </p>
-    <p><strong>Note:</strong> The setting of local member is not required.
-    It is possible to set up a list of all cluster members including local member instead of setting this components.
+    <p><strong>Note:</strong> It is not necessary to explicitly configure the local member using the
+    <strong>&lt;LocalMember&gt;</strong> element. All cluster members, including the local member, may be defined using
+    the <strong>&lt;Member&gt;</strong> element and Tomcat work out which one is the local member.
     </p>
     <attributes>
       <attribute name="className" required="true">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org