This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 777aca1587 Clarify docs
777aca1587 is described below
commit 777aca158742b7551a7f209f360f342203078629
Author: Mark Thomas <[email protected]>
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 a8cb0b6fd4..63833d79fb 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> In Tomcat 9.0.17 and later, 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> In Tomcat 9.0.17 and later, it is not necessary
to explicitly configure the local member
+ using the <strong><LocalMember></strong> element. All cluster
members, including the local member, may be
+ defined using the <strong><Member></strong> element and Tomcat work
out which one is the local member.
</p>
<attributes>
<attribute name="className" required="true">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]