Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 39848 invoked from network); 26 Jun 2009 08:57:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 08:57:34 -0000 Received: (qmail 64345 invoked by uid 500); 26 Jun 2009 08:57:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 64280 invoked by uid 500); 26 Jun 2009 08:57:41 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 64269 invoked by uid 99); 26 Jun 2009 08:57:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 08:57:41 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 08:57:31 +0000 Received: from localhost (localhost [127.0.0.1]) by tor.combios.es (Postfix) with ESMTP id 9CBD22260B4 for ; Fri, 26 Jun 2009 10:53:40 +0200 (CEST) Received: from tor.combios.es ([127.0.0.1]) by localhost (tor.combios.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Rwg5mnbpJpnA for ; Fri, 26 Jun 2009 10:53:40 +0200 (CEST) Received: from [192.168.245.129] (p549EA82D.dip0.t-ipconnect.de [84.158.168.45]) by tor.combios.es (Postfix) with ESMTPA id 577C22260AE for ; Fri, 26 Jun 2009 10:53:40 +0200 (CEST) Message-ID: <4A448D60.4030908@ice-sa.com> Date: Fri, 26 Jun 2009 10:57:04 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: aw@ice-sa.com User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Problem of port 8080 References: <200906260857580000@2446426962> In-Reply-To: <200906260857580000@2446426962> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Mark Thomas wrote: >> ------- Original Message ------- >> From: "Xia Guowen" >> To: "Tomcat Users List" >> Sent: 26/06/09, 02:35:58 >> Subject: Re: Problem of port 8080 >> >> I'm so sorry for the first question. >> >> My tomcat listen on port 8080, I could access http://server_ip:8080/ >> everything was ok. >> # netstat -lnut |grep 80 >> tcp 0 0 127.0.0.1:8005 0.0.0.0:* LISTEN >> tcp 0 0 0.0.0.0:8009 0.0.0.0:* LISTEN >> tcp 0 0 :::8080 :::* LISTEN >> >> But after running for some time,(uncertain time,2 days or 5 days ) I could't access http://server_ip:8080/. >> The port 8080 disappeared! > > If there is nothing in the Tomcat logs, maybe the linux OOM killer? > Mark, (genuine question here) Can the OOM Killer kill something tomcat-wise in such a way that ports 8005 and 8009 would remain listening, but 8080 not ? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org