Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 4501 invoked from network); 12 Jan 2003 19:51:19 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 12 Jan 2003 19:51:19 -0000 Received: (qmail 4827 invoked by uid 97); 12 Jan 2003 19:52:22 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 4779 invoked by uid 97); 12 Jan 2003 19:52:21 -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 4767 invoked by uid 98); 12 Jan 2003 19:52:20 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Sun, 12 Jan 2003 14:50:58 -0500 (EST) From: "Igor I. Tovstopyat-Nelip" To: Tomcat Users List Subject: help - Tomcat/Linux deployment In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I was doing a development of the servlet/JSP web app on Windows and now I'm deploying it on Linux RedHat7.2 for production. The software used is Tomcat - MySQL - DBCP connection pool. On Windows my app is running fine but I have the following problem on Linux. The app runs stable all day long but next morning I can't login to my app, the exception says: 'Connection Failure'. Also, immediately after I start Tomcat on Linux I see a lot (26) of java processes running. As I understand, they are Tomcat internal threads launched as OS processes, because Linux JVMs (I tried both SUN's and IBM's) use "green", not native threads. Now, as the time goes by, the number of these threads/processes grows, and when I try next morning to login, the server cannot create extra processes needed to fulfill the client's request, because on Linux/UNIX the number of user processes is limited. Can anybody tell me if I understand this right, and what might be a workaround? Thank you. Igor TN -- To unsubscribe, e-mail: For additional commands, e-mail: