This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new d33ee84918 Fix doc: Replace StaticMembershipInterceptor with StaticMembershipService in cluster-howto (Bug 69747) d33ee84918 is described below commit d33ee849189a8e6cba5ede9bb32cf56ed6eb2dbf 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