Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 52087 invoked from network); 28 Apr 2003 13:47:55 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 28 Apr 2003 13:47:55 -0000 Received: (qmail 12587 invoked by uid 97); 28 Apr 2003 13:49:54 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 12580 invoked from network); 28 Apr 2003 13:49:54 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 28 Apr 2003 13:49:54 -0000 Received: (qmail 50599 invoked by uid 500); 28 Apr 2003 13:47:35 -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 50571 invoked from network); 28 Apr 2003 13:47:34 -0000 Received: from neptune.tecnomen.ie (HELO hurricane.TECNOMEN.IE) (193.120.120.162) by daedalus.apache.org with SMTP; 28 Apr 2003 13:47:34 -0000 Received: from apollo.tecnomen.ie (unverified) by hurricane.TECNOMEN.IE (Content Technologies SMTPRS 4.3.6) with ESMTP id for ; Mon, 28 Apr 2003 14:46:48 +0100 Received: by apollo.tecnomen.ie with Internet Mail Service (5.5.2656.59) id ; Mon, 28 Apr 2003 14:35:27 +0100 Message-ID: <4135D07B3996D1118F3100805F8B0B0E0418AA21@apollo.tecnomen.ie> From: Donie Kelly To: 'Tomcat Users List' Subject: RE: Tomcat is dropping down a java server application Date: Mon, 28 Apr 2003 14:35:23 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Install tomcat and look at the sample applications. Get a good servlet book as the technology is more or less standard. A free download of "Core Servlets And Javaserver Pages" at http://pdf.coreservlets.com/ Donie -----Original Message----- From: Flavio Tobias [mailto:flavio@maxtrack.com.br] Sent: 28 April 2003 14:32 To: Tomcat Subject: Tomcat is dropping down a java server application I have an server application developed on java that is running on machine that has a Tomcat server runnig. Before I publish my site the application has been runnig for 1 month without stops, when the access to the site has begun the application stills running for up to 2 days. I had this problem with another application, but in that case I just installed the apache and the its stay stable, but in this case I cannot do this because I using jsp. I noticed that tomcat connections goes up but does not close and this makes the java serversocket.accept function stop work after some time when the number of active connections reach a limimt. The strange thing is that does not raise any kind of exception. There is some configuration parameter where I can set the time limit of a connection stays active. What can I do? I runnig out of time here. Thanks any help Flavio Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org