Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 72911 invoked from network); 17 Jul 2009 14:41:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jul 2009 14:41:57 -0000 Received: (qmail 34076 invoked by uid 500); 17 Jul 2009 14:42:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 34031 invoked by uid 500); 17 Jul 2009 14:42: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 34020 invoked by uid 99); 17 Jul 2009 14:42:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 14:42:59 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [76.96.30.56] (HELO QMTA06.emeryville.ca.mail.comcast.net) (76.96.30.56) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2009 14:42:47 +0000 Received: from OMTA01.emeryville.ca.mail.comcast.net ([76.96.30.11]) by QMTA06.emeryville.ca.mail.comcast.net with comcast id H1ap1c00E0EPchoA62iSmS; Fri, 17 Jul 2009 14:42:26 +0000 Received: from [192.168.1.101] ([69.143.128.194]) by OMTA01.emeryville.ca.mail.comcast.net with comcast id H2iQ1c0094BnRt98M2iR4j; Fri, 17 Jul 2009 14:42:26 +0000 Message-ID: <4A608DCE.4070509@christopherschultz.net> Date: Fri, 17 Jul 2009 10:42:22 -0400 From: Christopher Schultz User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b3pre) Gecko/20090223 Thunderbird/3.0b2 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Connector an SOAPSession References: In-Reply-To: X-Enigmail-Version: 0.96a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alexander, On 7/16/2009 8:15 AM, Alexander.Schulz@steria-mummert.de wrote: > I would like to use multiple tomcats running Axis2. Each tomcat/axis has > the same webservices deployed. The webservices are running in SOAPSession > mode. The connector should direct requests for one SOAPSession always to > the same worker like the connector does for http sessions. > > Is this a matter of configuration or is it impossible to loadbalance > SOAPSessions? I don't believe any of the typical solutions supported by this list (mod_jk or mod_proxy_ajp) can support sticky SOAPSessions. mod_jk and mod_proxy_ajp only use cookie and URL-rewriting mechanisms to detect the session and route to the proper back-end server. I think you'll have to use a 3rd-party load balancer that can do this kind of message inspection for routing purposes. If you find a solution, consider posting back to the list so others can benefit from the solution being in the archives. Good luck, - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkpgjc4ACgkQ9CaO5/Lv0PBliwCfevKnYk8zUWBBnunKqBDzDpeQ dC8AoIVPOWh0axUNVvIu/rm82Md957ja =JZeZ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org