[
https://issues.apache.org/jira/browse/GERONIMO-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashish Jain closed GERONIMO-4999.
---------------------------------
Resolution: Fixed
> Document Update: Tomcate Native Clustering after fix applied to 2.1 through
> GERONIMO-4187
> -----------------------------------------------------------------------------------------
>
> Key: GERONIMO-4999
> URL: https://issues.apache.org/jira/browse/GERONIMO-4999
> Project: Geronimo
> Issue Type: Task
> Security Level: public(Regular issues)
> Components: documentation
> Affects Versions: 2.1.5
> Reporter: Ashish Jain
> Assignee: Ashish Jain
> Fix For: 2.1.5
>
>
> 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>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.