Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 61210 invoked from network); 1 Mar 2007 15:48:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 15:48:28 -0000 Received: (qmail 76647 invoked by uid 500); 1 Mar 2007 15:48:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 76601 invoked by uid 500); 1 Mar 2007 15:48:24 -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 76584 invoked by uid 99); 1 Mar 2007 15:48:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 07:48:24 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [209.181.65.237] (HELO sun.savoirtech.com) (209.181.65.237) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 01 Mar 2007 07:48:11 -0800 Received: from [206.197.197.22] ([206.197.197.22]) (authenticated bits=0) by sun.savoirtech.com (8.13.8/8.13.8) with ESMTP id l21FloNo025634 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 1 Mar 2007 08:47:50 -0700 Message-ID: <45E6F5C7.6060108@apache.org> Date: Thu, 01 Mar 2007 08:48:23 -0700 From: Jeff Genender Reply-To: jgenender@apache.org Organization: Apache Geronimo User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Context level clustering not supported in Tomcat it seems References: <5da94e5a0702152046k541c309bwbc79488dc5c6c824@mail.gmail.com> <45E48679.2010200@hanik.com> <5da94e5a0702280308y2c24dff6g221c85ca407b5b4c@mail.gmail.com> <45E5A97E.60203@hanik.com> <45E5D006.8010407@hanik.com> <5da94e5a0703010419o64b3a3ccxaa8494652811b4f0@mail.gmail.com> <45E6EE64.1050603@apache.org> <45E6F4DB.5070009@earthlink.net> In-Reply-To: <45E6F4DB.5070009@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on sun.savoirtech.com X-Virus-Scanned: ClamAV 0.88.7/2690/Thu Mar 1 04:11:27 2007 on sun.savoirtech.com X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-104.0 required=5.6 tests=ALL_TRUSTED,AWL,BAYES_00, USER_IN_WHITELIST autolearn=failed version=3.1.8 Dave Colasurdo wrote: > Now for context attribute replication... Does this mean that a user can > specify unique replication domain per individual web application from a > common Tomcat/Geronimo installation? Yep > > I'm trying to understand what advantage context attribute replication > provides. Allows you to pick and choose which web apps are distributed and which are not. Example: There may be a mission critical app that needs clustering, but we most certainly wouldn't want to cluster the Geronimo web console. Jeff