Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 44228 invoked from network); 14 Nov 2005 21:22:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Nov 2005 21:22:43 -0000 Received: (qmail 54991 invoked by uid 500); 14 Nov 2005 21:22:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 54936 invoked by uid 500); 14 Nov 2005 21:22:40 -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 54925 invoked by uid 99); 14 Nov 2005 21:22:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 13:22:40 -0800 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.86.89.62] (HELO smtpauth02.mail.atl.earthlink.net) (209.86.89.62) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 13:22:31 -0800 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=Ifmsb/MbaMtHorvwvwFCOL7oUlh43D8PsbVufjwGmDV1Rjfiqnn103+/cvh08Hl1; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=[9.37.214.152]) by smtpauth02.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1EblmM-0007YW-F0 for dev@geronimo.apache.org; Mon, 14 Nov 2005 16:22:18 -0500 Message-ID: <43790005.3040406@earthlink.net> Date: Mon, 14 Nov 2005 16:22:13 -0500 From: Dave Colasurdo User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Clustering and Tomcat 5.5.12 References: <437853B0.9080905@apache.org> <4378BD33.9070809@earthlink.net> <4378CE3E.5000403@apache.org> In-Reply-To: <4378CE3E.5000403@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 7fb197089e559ffc1aa676d7e74259b7b3291a7d08dfec793d66da88a41a2bbe87c256b1c793b84a350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jeff Genender wrote: > > IMHO, I would test this on multiple machines before a single machine > with a single instance since you will probably run into other problems > as well with other services in Geronimo. After you get a multi-machine > cluster working, then we can configure it for a single machine. > Ok, finally got this working with pure tomcat installations on different machines. Will attempt to recreate using the tomcat web container within Geronimo. Thanks for the "how-to" tips. -Dave-