Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 40070 invoked from network); 31 Aug 2004 23:48:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 31 Aug 2004 23:48:07 -0000 Received: (qmail 27477 invoked by uid 500); 31 Aug 2004 23:47:44 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 27467 invoked by uid 500); 31 Aug 2004 23:47:44 -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 27453 invoked by uid 99); 31 Aug 2004 23:47:43 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [66.33.216.24] (HELO smarty.dreamhost.com) (66.33.216.24) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 31 Aug 2004 16:47:42 -0700 Received: from strange.dreamhost.com (strange.dreamhost.com [66.33.193.57]) by smarty.dreamhost.com (Postfix) with ESMTP id 5749F13F6F3 for ; Tue, 31 Aug 2004 16:47:40 -0700 (PDT) Received: by strange.dreamhost.com (Postfix, from userid 7734) id 212E26A8EB; Tue, 31 Aug 2004 16:47:41 -0700 (PDT) Date: Tue, 31 Aug 2004 18:47:41 -0500 From: QM To: Tomcat Users List Subject: Re: website going down Message-ID: <20040831234740.GA21843@strange.dreamhost.com> References: <1093993939.9618.203444358@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1093993939.9618.203444358@webmail.messagingengine.com> User-Agent: Mutt/1.3.28i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Tue, Aug 31, 2004 at 06:12:19PM -0500, Stephen Charles Huey wrote: : In other words, as far as I can see, Tomcat must be trying to go to : MySQL to pop up that basic authentication box, but the box never pops up : because I suppose MySQL is hanging for some reason. Generally all we : have to do is restart Tomcat to get everything back to normal. My : question is, do you know of any reason why MySQL would be doing this? Timeout problems, perhaps? Search the archives: this topic comes up frequently, especially with MySQL. There are params you can put in the JDBC connection to specify a regular keepalive signal, a DB-level ping to be sent from the app. Barring that, you could write one yourself: mix threads with TimerTask and a simple call via your DAOs or whatever. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org