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

--- Comment #1 from Carlos <carlosp...@gmail.com> ---
How to reproduce:

Set up a cluster with one static member. 
#server.xml:

     <Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"
                 channelSendOptions="6">
          <Manager className="org.apache.catalina.ha.session.BackupManager"
                   expireSessionsOnShutdown="false"
                   notifyListenersOnReplication="true"
                   mapSendOptions="6"/>

          <Channel className="org.apache.catalina.tribes.group.GroupChannel">
              <Interceptor
className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">
                  <LocalMember
className="org.apache.catalina.tribes.membership.StaticMember"
                       port="4000"
                       host="lab.example.com"
                       domain="pre-cluster"
                       uniqueId="{0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1}"/>
              </Interceptor>
          </Channel>
      </Cluster>

-- 
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