Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 53695 invoked from network); 22 Apr 2003 20:53:06 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 22 Apr 2003 20:53:06 -0000 Received: (qmail 533 invoked by uid 97); 22 Apr 2003 20:55:06 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 526 invoked from network); 22 Apr 2003 20:55:06 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 22 Apr 2003 20:55:06 -0000 Received: (qmail 52261 invoked by uid 500); 22 Apr 2003 20:52:50 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 52247 invoked from network); 22 Apr 2003 20:52:50 -0000 Received: from unknown (HELO mail1.uk.lavron.net) (193.117.105.21) by daedalus.apache.org with SMTP; 22 Apr 2003 20:52:50 -0000 Received: from [80.200.113.53] by mail1.uk.lavron.net (NTMail 5.06.0016/KW1909.00.8ad47a65) with ESMTP id gjdvfaaa for tomcat-user@jakarta.apache.org; Tue, 22 Apr 2003 22:03:17 +0100 Message-ID: <004801c30911$3fe4a930$6402a8c0@lea1> Reply-To: "Lea" From: "Lea" To: Subject: tomcat + h/w load balancer problem Date: Tue, 22 Apr 2003 22:53:35 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0045_01C30922.01C7B870" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0045_01C30922.01C7B870 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I have a problem where my load balancer (cisco) checks availability of = my dynamic web pages on tomcat by checking a specific URL for certain = text. The LB checks every 1 minute and the problem I have is that it = creates a new session on every request. After 2 days Tomcat dies due to lack of memory/with too many users, ie. = many sessions created by the load balancer. Is there anyway that tomcat can be configured to ignore the load = balancer (maybe by its IP) and either not create a new session for it, = destroy the session immediately, or by maintaining a single session for = the LB? Any suggestions or help would be appreciated, Thanks Lea ------=_NextPart_000_0045_01C30922.01C7B870--