From dev-return-71722-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Thu Feb 05 14:34:33 2009 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 76367 invoked from network); 5 Feb 2009 14:34:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 14:34:33 -0000 Received: (qmail 20649 invoked by uid 500); 5 Feb 2009 14:34:31 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 20597 invoked by uid 500); 5 Feb 2009 14:34:31 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 20588 invoked by uid 99); 5 Feb 2009 14:34:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 06:34:30 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 14:34:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A17F1234C4AA for ; Thu, 5 Feb 2009 06:34:00 -0800 (PST) Message-ID: <1396979580.1233844440660.JavaMail.jira@brutus> Date: Thu, 5 Feb 2009 06:34:00 -0800 (PST) From: "Donald Woods (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-3759) Geronimo Tomcat Clustering - No GBeans for adding Static Members In-Reply-To: <30011489.1200650974406.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Donald Woods updated GERONIMO-3759: ----------------------------------- Fix Version/s: (was: 2.1.4) 2.1.3 undo latest changes to fix version > 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_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: > > port="5678" > securePort="-1" > host="tomcat01.mydomain.com" > domain="staging-cluster" > uniqueId="{0,1,2,3,4,5,6,7,8,9}"/> > > 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 element. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.