Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 9921 invoked from network); 30 Aug 2010 19:57:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Aug 2010 19:57:19 -0000 Received: (qmail 67976 invoked by uid 500); 30 Aug 2010 19:57:19 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 67918 invoked by uid 500); 30 Aug 2010 19:57:18 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 67911 invoked by uid 99); 30 Aug 2010 19:57:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Aug 2010 19:57:18 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 209.85.161.182 as permitted sender) Received: from [209.85.161.182] (HELO mail-gx0-f182.google.com) (209.85.161.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Aug 2010 19:57:10 +0000 Received: by gxk24 with SMTP id 24so2460256gxk.13 for ; Mon, 30 Aug 2010 12:56:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=tfrHIoe6vWAgUdiE1RplhFa3eaP8XtJFzYqzCmAdlbM=; b=Wpf6Ue0afJByFn+B0UubJi785yr/Rr7YmE6EnOJA5fiKXsDy/QaSyx8/HZlh4dvvWz 5llwsMAfzmvxXl8ulUCd2kP6fgVuXc9fB8AL2L8u7QFcjrTkYy+vnTyUIrPDBo5Hp2dR LdUTKl2HYcyuSHHe7L7JysCpevPUwJDSJPVd8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=AqnFu/1W5oHH0f7kWzpA6vkQHvntJuv4T+nYH3f9HgxB/hNl519BEUE9Rfg2aRrOHH 7RB6fU+mBNe5SO4B9T/RZJ+9RsHh9gE/AkfvckozkluhNXwXvLZT54yzenu/IxB4n7Cd Jdbws6j/cLhzlNMtlNIM/merV63mbak0eNDqs= Received: by 10.151.47.13 with SMTP id z13mr493251ybj.311.1283198209966; Mon, 30 Aug 2010 12:56:49 -0700 (PDT) Received: from [10.0.1.200] (cpe-075-189-199-238.nc.res.rr.com [75.189.199.238]) by mx.google.com with ESMTPS id e7sm167200ybe.16.2010.08.30.12.56.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 30 Aug 2010 12:56:48 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: Configure geronimo to act behind a load balancer From: Kevan Miller In-Reply-To: <1280926002886-1022439.post@n3.nabble.com> Date: Mon, 30 Aug 2010 15:56:46 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <181C1F66-89C0-409B-8D08-E3C2E47FC153@gmail.com> References: <1280926002886-1022439.post@n3.nabble.com> To: user@geronimo.apache.org X-Mailer: Apple Mail (2.1081) Looks like this never got answered... On Aug 4, 2010, at 8:46 AM, rbaumhof wrote: >=20 > we are currently preparing our application for production use. One = topic ist > load balancing. The proposed architecture is: >=20 > 1.) one load balancer (apache mod_jk) > 2.) two geronimo nodes (2.1.4) behind mod_jk >=20 > The configuration is derived from the apache http dialog in Geronimo = console > application. The communication works, but faces dialogs dont' work. = The > reason is that the load balancer switches between the nodes. So faces = does > not find a view on incoming requests from jsf pages.=20 >=20 > Any hints how this situation should be configured. Will it be = necessary to > activate session replication? (at the moment it's not activated) >=20 > Software oveview: > Operationg System: ubuntu > Apache web server: Apache 2.2.11-2ubuntu2.6, > Apache mod_jk: mod_jk 1.2.26 > Application Server: Geronimo 2.1.4 with tomcat web server. Sounds like sticky sessions aren't configured properly.=20 See = https://cwiki.apache.org/GMOxDOC21/tomcat-native-clustering.html#TomcatNat= iveClustering-EnableSessionAffinity =20 --kevan=