Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-4999

Document Update: Tomcate Native Clustering after fix applied to 2.1 through GERONIMO-4187

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.5
    • 2.1.5
    • documentation
    • Security Level: public (Regular issues)
    • None

    Description

      After applying the fix to 2.1 branch through GERONIMO-4187 there is a need to modify the documentation. The new configuration will look something like this

      <cluster>TomcatCluster</cluster>
      <gbean name="TomcatCluster" class="org.apache.geronimo.tomcat.cluster.CatalinaClusterGBean">
      <attribute name="className">org.apache.catalina.ha.tcp.SimpleTcpCluster</attribute>
      <attribute name="initParams"/>
      <reference name="ClusterListenerChain">
      <name>TomcatClusterListenerChain</name>
      </reference>
      <reference name="TomcatValveChain">
      <name>ReplicationValve</name>
      </reference>
      <reference name="Channel">
      <name>TomcatChannel</name>
      </reference>
      <reference name="ClusterManager">
      <name>TomcatClusterManager</name>
      </reference>
      </gbean>

      <gbean name="TomcatClusterManager" class="org.apache.geronimo.tomcat.cluster.ClusterManagerGBean">
      <attribute name="className">org.apache.catalina.ha.session.DeltaManager</attribute>
      <attribute name="initParams">name=somename
      expireSessionsOnShutdown=false
      useDirtyFlag=true
      notifyListenersOnReplication=true
      </attribute>
      </gbean>

      Attachments

        Activity

          People

            ashishjain Ashish Jain
            ashishjain Ashish Jain
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: