[ 
https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674612#action_12674612
 ] 

Jason Warner commented on GERONIMO-3759:
----------------------------------------

Your config.xml is missing the module entry for mconsole-ds.  I'm not sure why 
this is.  There could be a number of reasons.  I suggest you start with a fresh 
server and copy only the changes necessary from any external config.xml.  For 
example, start with the default config.xml and copy over only the necessary 
clustering config from the attached config_ag21.xml.  I'm not sure how you lost 
the mconsole-ds module since it seems to be present both in the config_ag21.xml 
as well as the default config.xml that my server build starts with.  For 
clarification, I ran this on Geronimo Tomcat Java EE 5 2.1.3.  If you have any 
further trouble with this, please post questions to the user list with a 
reference to this jira.  I don't believe the comment section of a long closed 
jira is the best place for discussing bugs that aren't really related to the 
changes made in relation to that jira.

> Geronimo Tomcat Clustering - No GBeans for adding Static Members
> ----------------------------------------------------------------
>
>                 Key: GERONIMO-3759
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3759
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 2.1, 2.1.1
>            Reporter: Shiva Kumar H R
>            Assignee: Jason Warner
>             Fix For: 2.1.3, 2.2
>
>         Attachments: ClusteringStaticMembers_GERONIMO-3759.patch, config.xml, 
> config_ag21.xml, tomcat_server.xml
>
>
> Tomcat uses multicasting for discovering cluster members. It also supports 
> static memberships using the StaticMembershipInterceptor if you want to 
> extend your membership to points beyond multicasting, using configuration as 
> below:
>      <Interceptor 
> className="org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor">
>        <Member className="org.apache.catalina.tribes.membership.StaticMember"
>                   port="5678"
>                   securePort="-1"
>                   host="tomcat01.mydomain.com"
>                   domain="staging-cluster"
>                   uniqueId="{0,1,2,3,4,5,6,7,8,9}"/>
>      </Interceptor>
> http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
> http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html
> However, to add this configuration in Geronimo's config.xml, we don't have 
> the required GBeans for <Member> element.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to