https://bz.apache.org/bugzilla/show_bug.cgi?id=69747

            Bug ID: 69747
           Summary: Incorrect reference to StaticMembershipInterceptor
                    instead of StaticMembershipService in
                    cluster-howto.xml
           Product: Tomcat 9
           Version: 9.0.x
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: dev@tomcat.apache.org
          Reporter: shinkwang....@gmail.com
  Target Milestone: -----

In the `cluster-howto.xml` file, located at `webapps/docs/cluster-howto.xml`,
there is a documentation inaccuracy:

> Tribes also supports static memberships using the 
> StaticMembershipInterceptor...

However, this is incorrect. The class that should be used inside the
`<Membership>` element is
`org.apache.catalina.tribes.membership.StaticMembershipService`, not
`StaticMembershipInterceptor`.

`StaticMembershipInterceptor` is a valid interceptor class, but it is not
responsible for static membership configuration and could mislead users
attempting to configure static clusters.

This issue appears in the section named "Configuration Example".

Suggested fix:
Update the wording to refer to `StaticMembershipService` as the correct class
to be used for static membership configuration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to