You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ashish Jain (JIRA)" <ji...@apache.org> on 2009/12/24 14:08:29 UTC

[jira] Created: (GERONIMO-4999) Document Update: Tomcate Native Clustering after fix applied to 2.1 through GERONIMO-4187

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.


[jira] Commented: (GERONIMO-4999) Document Update: Tomcate Native Clustering after fix applied to 2.1 through GERONIMO-4187

Posted by "Ashish Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794427#action_12794427 ] 

Ashish Jain commented on GERONIMO-4999:
---------------------------------------

I am unable to find any document for Tomcat Native clustering for 2.1

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


[jira] Commented: (GERONIMO-4999) Document Update: Tomcate Native Clustering after fix applied to 2.1 through GERONIMO-4187

Posted by "Ashish Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794566#action_12794566 ] 

Ashish Jain commented on GERONIMO-4999:
---------------------------------------

Created a new doc and made the modifications as suggested in the JIRA.

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


[jira] Closed: (GERONIMO-4999) Document Update: Tomcate Native Clustering after fix applied to 2.1 through GERONIMO-4187

Posted by "Ashish Jain (JIRA)" <ji...@apache.org>.
     [ 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.