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

remm 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 a9a55b110f Fix doc: Replace StaticMembershipInterceptor with 
StaticMembershipService in cluster-howto (Bug 69747)
a9a55b110f is described below

commit a9a55b110fdd9bee60196246952b67a4ffaa21b6
Author: shinkwang <shinkw...@yonsei.ac.kr>
AuthorDate: Thu Jul 17 14:36:54 2025 +0900

    Fix doc: Replace StaticMembershipInterceptor with StaticMembershipService 
in cluster-howto (Bug 69747)
---
 webapps/docs/cluster-howto.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/cluster-howto.xml b/webapps/docs/cluster-howto.xml
index e89cdb616f..34debdd063 100644
--- a/webapps/docs/cluster-howto.xml
+++ b/webapps/docs/cluster-howto.xml
@@ -365,7 +365,7 @@ should be completed:</p>
                         dropTime="3000"/>]]></source>
     <p>
         Membership is done using multicasting. Please note that Tribes also 
supports static memberships using the
-        <code>StaticMembershipInterceptor</code> if you want to extend your 
membership to points beyond multicasting.
+        <code>StaticMembershipService</code> if you want to extend your 
membership to points beyond multicasting.
         The address attribute is the multicast address used and the port is 
the multicast port. These two together
         create the cluster separation. If you want a QA cluster and a 
production cluster, the easiest config is to
         have the QA cluster be on a separate multicast address/port 
combination than the production cluster.<br/>


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

Reply via email to