Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 46395 invoked from network); 11 Sep 2003 14:32:42 -0000 Received: from unknown (HELO smtp018.mail.yahoo.com) (216.136.174.115) by daedalus.apache.org with SMTP; 11 Sep 2003 14:32:42 -0000 Received: from unknown (HELO yahoo.com) (kosulin@198.4.124.6 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 11 Sep 2003 14:32:42 -0000 Message-ID: <3F608775.9000306@yahoo.com> Date: Thu, 11 Sep 2003 10:32:21 -0400 From: Vladyslav Kosulin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Load Balancing with MOD_JK and MOD_JK2 on windows. References: <3F6073F1.9060807@yahoo.com> In-Reply-To: <3F6073F1.9060807@yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Vladyslav Kosulin wrote: > Joe Harmon wrote: > >> Please, please, please, can someone help. >> >> MOd_JK2 issue: If I am using mod_jk2.dll (tried several builds) I get >> the round robin to function, but not the stick sessions. All three >> instances of Tomcat are running on the same box using the same files >> with different ports. Here is the configuration. >> >> >> >> ## This is for the first Tomcat instance ## uses SERVER.XML >> [channel.socket:lab49.provo.novell.com:9009] port=9009 >> host=127.0.0.1 > > > Change the names to remove dots everywhere, i.e. use: > [channel.socket:lab49:9009] > port=9009 > host=127.0.0.1 > > mod_jk2 daes not support dots in names. it is a known bug for a long time. I meant, mod_jk2 support for sticky sessions is broken for names with dots. it can not correctly identify the target host if the JSESSIONID is in form of xxx.hostname.domainname. It can handle only xxx.hostname Vlad