Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 25081 invoked from network); 13 Mar 2008 05:58:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 05:58:57 -0000 Received: (qmail 81794 invoked by uid 500); 13 Mar 2008 05:58:44 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 81786 invoked by uid 500); 13 Mar 2008 05:58:44 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 81775 invoked by uid 99); 13 Mar 2008 05:58:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 22:58:43 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [203.199.18.82] (HELO imap.impetus.co.in) (203.199.18.82) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 05:57:55 +0000 Received: from impetus887 ([192.168.98.62]) by imap.impetus.co.in (Netscape Messaging Server 4.15) with ESMTP id JXNNZH00.K75 for ; Thu, 13 Mar 2008 11:44:07 +0530 From: "Narendra Verma" To: Date: Thu, 13 Mar 2008 11:27:58 +0530 Message-ID: <001001c884cf$31bb6300$3e62a8c0@impetus.co.in> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6838 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Importance: Normal Thread-Index: AciEcZ0WNlV2ZTdaS8W0SZzlDoIUhgAXMtMg X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Apache 2.2 Loadbalancing/session stickiness for BEA WL 8.1 Hi, I had the same problem in my environment. But I was using tomcat instead of web logic. What is your JSESSIONID value? It may be like: 1. for example 423423434134 2. . for example 423423434134.weblogic1 Can you please confirm me from logs which option as above r u getting from Cookies JSESSIONID value? -----Original Message----- From: Tamer Embaby [mailto:Tamer.Embaby@itworx.com] Sent: Thursday, March 13, 2008 12:18 AM To: users@httpd.apache.org Subject: [users@httpd] Apache 2.2 Loadbalancing/session stickiness for BEA WL 8.1 Hello all, I have the below configuration on my Apache 2.2.8 test server, my 2 backends are BEA WebLogic 8.1 servers, basically I'm testing if I can achieve the same load balancing feature that third party BEA WL 8.1 weblogic_module is doing. I open a browser window and wnet to: http://myserver/ and keep on reloading the page and each time Apache is redirecting me to difference backend, another example when I try to follow a link on a page that was served from backend1, it direct me to backend2 which immediately returns 404 since it doesn't have the requested resource (each backend is serving different application for testing purposes). It seems that Apache is performing round-robin all the way and discarding JSESSIONID cookie variable. Is what I'm trying to do supported by load balancer module in Apache 2.2, can I have Apache 2.2 to stick session of BEA WL 8.1, am I missing any configuration? cluster.conf: ServerName myserver BalancerMember http://backend1:7070 route=be1 BalancerMember http://backend2:7020 route=be2 SetHandler balancer-manager ProxyPass /balancer-manager ! ProxyPass / balancer://itcluster/ stickysession=JSESSIONID|jsessionid nofailover=On ProxyPassReverse / http://172.22.10.12:7045/ ProxyPassReverse / http://172.22.10.10:7020/ Regards, Tamer --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org