I am trying to implement a cluster with static members in tomcat 8.
However, according to the documentation, StaticMembershipService only
exists in tomcat 9
<https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/catalina/tribes/membership/StaticMembershipService.html>
and not in tomcat 8.5
<https://tomcat.apache.org/tomcat-8.5-doc/api/org/apache/catalina/tribes/membership/package-summary.html>.
A similar such service exists for multicast (McastService) in both
versions. How am I supposed to use static clusters in tomcat 8.5 then? Any
help would be greatly appreciated.

Sincerely
Manak Bisht

Reply via email to