Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 43068 invoked from network); 1 Jun 2007 17:06:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 17:06:14 -0000 Received: (qmail 43820 invoked by uid 500); 1 Jun 2007 17:06:05 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 43803 invoked by uid 500); 1 Jun 2007 17:06:05 -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 43792 invoked by uid 99); 1 Jun 2007 17:06:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 10:06:05 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [71.39.191.197] (HELO mail.msiscales.com) (71.39.191.197) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 10:05:59 -0700 Received: from [192.168.0.106] (tim-alberts.inside.msi [192.168.0.106]) by mail.msiscales.com (8.13.8/8.13.8) with ESMTP id l51H5cPb014205 for ; Fri, 1 Jun 2007 10:05:38 -0700 Message-ID: <466051FA.3060606@msiscales.com> Date: Fri, 01 Jun 2007 10:06:02 -0700 From: Tim Alberts Reply-To: talberts@msiscales.com Organization: Measurement Systems International User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Load Balance sticky_session=True, am I missing something? References: <465F2B96.2050203@msiscales.com> <465F3574.3020600@msiscales.com> <465FD1BA.7080703@kippdata.de> In-Reply-To: <465FD1BA.7080703@kippdata.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.12 (mail.msiscales.com [192.168.0.10]); Fri, 01 Jun 2007 10:05:38 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org That's what I was missing, thank you. Although I think adding a reference to this in the mod_jk configuration might be helpful? Say somewhere in the page: http://tomcat.apache.org/connectors-doc/generic_howto/loadbalancers.html Rainer Jung wrote: > Concerning the load balancer worker: you need to set jvmRoute in > server.xml on your Tomcat servers. The value of the respective > jvmRoute has to be wrkr1 and wrkr2. > > This will add that string to the session id (JSESSSIONID cookie or > jsessionid= URL part) and mod_jk strips it from there to learn, where > the sticky request should go to. > > Regards, > > Rainer --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org