Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 62058 invoked from network); 8 Sep 2009 08:33:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Sep 2009 08:33:45 -0000 Received: (qmail 20462 invoked by uid 500); 8 Sep 2009 08:33:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 20394 invoked by uid 500); 8 Sep 2009 08:33:41 -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 20383 invoked by uid 99); 8 Sep 2009 08:33:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 08:33:41 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sumedhsakdeo@gmail.com designates 209.85.220.220 as permitted sender) Received: from [209.85.220.220] (HELO mail-fx0-f220.google.com) (209.85.220.220) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2009 08:33:31 +0000 Received: by fxm20 with SMTP id 20so2616655fxm.0 for ; Tue, 08 Sep 2009 01:33:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=VOqwgivkIp906sy4QN11Q7N9SCpnvy4WJKrScXuRmkU=; b=BXjJtMU/94bPFKfOPk2psPPScmqEviHtzefWWoHwmKPC0ZH218gAw/28fMkxcUr11M xywXihJLuRB+cq9GXmKTxyeai3S6mm/buMQFfGf+9RDoVNeN7hckgeBhK+4IoE/ncHN1 HVsSJQf3C0le9YMDHAEBFniGPrv9TuCGmLe/8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=iDkM1c28k+SMQXhKVnbp3YQ7ewPcMzzycdBBtd3/Tdvu3N91wPiZFq5Ob+nKOzLOgq lFz7gczIluD5DLfzr28DHO6fjYAnc8ddKr2d8Z31/y/2nWYHbGPCPoIVpzfdpaVOTy9W nlFCYsyN59ur2XCajj7XsDkD0YcBHj2Lk2cnI= MIME-Version: 1.0 Received: by 10.239.139.100 with SMTP id s36mr1289471hbs.109.1252398791328; Tue, 08 Sep 2009 01:33:11 -0700 (PDT) Date: Tue, 8 Sep 2009 14:03:11 +0530 Message-ID: Subject: Problem with Tomcat 6 cluster From: Sumedh Sakdeo To: Tomcat Users List Content-Type: multipart/alternative; boundary=001485f5ebb61304cc04730cd1bb X-Virus-Checked: Checked by ClamAV on apache.org --001485f5ebb61304cc04730cd1bb Content-Type: text/plain; charset=ISO-8859-1 Hello All, I have a setup with two tomcat instances(A&B). I have configured an apache web server 2.2 for load balancing and fail over. Setup looks fine as per the configurations suggested. Let tomcat A be handling some request at sometime. When tomcat instance(A) goes down, the session is replicated to another tomcat instance(B) successfully. Now tomcat instance B is handling those requests. Till this point everything goes fine, but when I bring up tomcat instance(A) and after that tomcat instance(B) goes down, the session is no longer replicated. What might be the issue? In status page of apache server I see even if node status is OK session is not replicated to fail over node for second time. Thanks in advance, Sumedh --001485f5ebb61304cc04730cd1bb--