Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 93473 invoked by uid 500); 25 Jul 2001 20:15:42 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 93466 invoked from network); 25 Jul 2001 20:15:42 -0000 Received: from unknown (HELO exchange.concentric.net) (65.105.175.76) by h31.sny.collab.net with SMTP; 25 Jul 2001 20:15:42 -0000 Received: by EXCHANGE with Internet Mail Service (5.5.2653.19) id ; Wed, 25 Jul 2001 13:09:48 -0700 Message-ID: <087780D5E65DD511943200D0B7733D710F7CFD@EXCHANGE> From: Stephane Drouin To: 'mailing list' Subject: JDBCRealm... simple question Date: Wed, 25 Jul 2001 13:09:43 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi, Is it normal that I get a "JDBCRealm:The database connection is null or was found to be closed. Trying to re-open it." message every time I send a post or a get request??? Everything works fine but I'm worrying about performance degradation since the connection seems to be reopen for every call. Thanks