Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 32126 invoked from network); 18 Sep 2009 15:45:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Sep 2009 15:45:03 -0000 Received: (qmail 31612 invoked by uid 500); 18 Sep 2009 15:44:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 31520 invoked by uid 500); 18 Sep 2009 15:44:59 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 31509 invoked by uid 99); 18 Sep 2009 15:44:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 15:44:59 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of alexander.c.bacon@gmail.com designates 209.85.211.201 as permitted sender) Received: from [209.85.211.201] (HELO mail-yw0-f201.google.com) (209.85.211.201) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 15:44:51 +0000 Received: by ywh39 with SMTP id 39so1328012ywh.12 for ; Fri, 18 Sep 2009 08:44:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=vZ5FkqZKR+7aYSsFH4GVn4R5je/0oBfgwQhFX/rKK48=; b=J9yMewNxTz9AxhdZpOeJYcm0ovL9LBw1lg8t6cL2AULLms3WX28CoBcm2qsBrqa1xU D2xey3P1w13DiYOAheZR+1W53bmZIYAj+bxlU+JqWSr40oXelZL2DKu5Gx/3LVlig2c8 YG87pnOozVMi2cQUnJNhFOd0YMVMvEIIJ08Lc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=x7CrhPHHxR06RoTp/aRr9rbQm1PsfRNFX2g/lIQiFTHsE97LgKPKMfxA/94+V5suA2 E3V26yjRmzzSbvevtuBzNMR1EX9TOszo4fvr9Ty0YNW6X593tHITxwpKX1kx0bNY9aDU 3gfXZM/N51xJgfBwdd366pIpGuX3szY30aRWo= MIME-Version: 1.0 Received: by 10.150.110.5 with SMTP id i5mr322859ybc.328.1253288669957; Fri, 18 Sep 2009 08:44:29 -0700 (PDT) In-Reply-To: <4AB26682.9020807@hanik.com> References: <4AB26682.9020807@hanik.com> Date: Fri, 18 Sep 2009 10:44:29 -0500 Message-ID: Subject: Re: Horizontal Cluster Session Persistence during Failover From: Alexander Bacon To: Tomcat Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org I ended up using Option 2, which ended up being very easily to implement. (http://tomcat.apache.org/tomcat-6.0-doc/config/cluster-interceptor.html) The network admin had previously assured me that multicast packets were working properly between the two servers. Thank you for your help! -Alexander On Thu, Sep 17, 2009 at 11:40 AM, Filip Hanik - Dev Lists wrote: > serverB is not receiving multicast packets from serverA > solutions: > 1. fix multicasting > 2. use static memberships > > Filip > > On 09/14/2009 09:06 AM, Alexander Bacon wrote: >> >> Even though my servers are configured identically (except for >> jvmRoutes), they're behaving differently. >> >> If the session begins on ServerA and then ServerA crashes, it will >> switch to ServerB and the session will not be lost. >> If the session begins on ServerB and crashes, it will begin a new >> session on ServerA. >> >> They both have the distributable tag. (From my understanding, this >> seems to be a potential cause.) >> >> In ServerB's log files: >> INFO: Manager [/test-app]: skipping state transfer. No members active >> in cluster group. >> >> The message: >> INFO: Replication member >> added:org.apache.catalina.tribes.membership.MemberImpl[...] >> is only appearing in ServerA's log files. >> >> I've found several tutorials on the web that have some similar goals >> and success in their implementations, but in trying to piece together >> their processes to have it work for me, I've had some issues resolving >> the discrepancies in their suggestions. >> >> The environment I'm using: >> Windows Server 2003 >> Tomcat 6.0.20 >> Apache HTTP Server 2.2.11 >> JK 1.2.28 Connector >> >> Thanks for your time. >> >> -Alexander >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >> For additional commands, e-mail: users-help@tomcat.apache.org >> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org