Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 21660 invoked from network); 26 Jun 2009 01:47:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Jun 2009 01:47:25 -0000 Received: (qmail 41402 invoked by uid 500); 26 Jun 2009 01:47:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 41341 invoked by uid 500); 26 Jun 2009 01:47:32 -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 41330 invoked by uid 99); 26 Jun 2009 01:47:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 01:47:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=MSGID_FROM_MTA_HEADER,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ajmas@sympatico.ca designates 65.55.111.90 as permitted sender) Received: from [65.55.111.90] (HELO blu0-omc2-s15.blu0.hotmail.com) (65.55.111.90) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jun 2009 01:47:21 +0000 Received: from BLU0-SMTP100 ([65.55.111.71]) by blu0-omc2-s15.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 25 Jun 2009 18:47:00 -0700 X-Originating-IP: [65.94.188.43] X-Originating-Email: [ajmas@sympatico.ca] Message-ID: Received: from [192.168.2.10] ([65.94.188.43]) by BLU0-SMTP100.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Thu, 25 Jun 2009 18:47:00 -0700 From: Andre-John Mas To: "Tomcat Users List" In-Reply-To: <050601c9f5fe$74e4f4b0$bb01a8c0@NB015> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: Problem of port 8080 X-Priority: 3 Date: Thu, 25 Jun 2009 21:46:58 -0400 References: <20090625064436.DFB4881601D@nike.apache.org> <049a01c9f563$abcd0f80$bb01a8c0@NB015> <4A434707.90307@list-post.mks-mail.de> <050601c9f5fe$74e4f4b0$bb01a8c0@NB015> X-Mailer: Apple Mail (2.935.3) X-OriginalArrivalTime: 26 Jun 2009 01:47:00.0639 (UTC) FILETIME=[FF5B02F0:01C9F5FF] X-Virus-Checked: Checked by ClamAV on apache.org Odd, in the first case I see 8080 listening to any IPv6 port (no IPv4 =20= addresses), yet in the second case it seems to have stopped listening =20= to IPv6. I am going to hazard a guess that maybe there is something wrong with =20= you IPv6 interface or something IPv6 related is failing. On 25-Jun-2009, at 21:35, Xia Guowen wrote: > 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 =20 > 0.0.0.0:* LISTEN > tcp 0 0 0.0.0.0:8009 =20 > 0.0.0.0:* LISTEN > tcp 0 0 :::=20 > 8080 :::* LISTEN > > But after running for some time,(uncertain time,2 days or 5 days ) I =20= > could't access http://server_ip:8080/. > The port 8080 disappeared! > # netstat -lnut |grep 80 > tcp 0 0 127.0.0.1:8005 =20 > 0.0.0.0:* LISTEN > tcp 0 0 0.0.0.0:8009 =20 > 0.0.0.0:* LISTEN > > I had no choice but to restart the service. > > System environment: > > CentOS 4.7, > iptables 8080 accept, > selinux enforce, > > /usr/local/tomcat/bin/startup.sh > Using CATALINA_BASE: /usr/local/tomcat > Using CATALINA_HOME: /usr/local/tomcat > Using CATALINA_TMPDIR: /usr/local/tomcat/temp > Using JRE_HOME: /usr/local/jdk > Server version: Apache Tomcat/6.0.18 > OS Name: Linux > OS Version: 2.6.9-55.ELsmp > Architecture: i386 > JVM Version: 1.6.0_10-rc2-b32 > JVM Vendor: Sun Microsystems Inc. > > > ----- Original Message ----- > From: "Markus Sch=F6nhaber" > To: > Sent: Thursday, June 25, 2009 5:44 PM > Subject: Re: Problem of port 8080 > > >> Please don't hijack a completely unrelated thread. >> >> Xia Guowen: >> >>> Tomcat running for some time, do not have access to 8080, but 8009 =20= >>> and 8005 is ok. >>> mod_jk access is normal. >> >> Is a Connector listening to port 8080 indeed configured? >> If so, what's in the logs? >> >>> # netstat -lnut |grep 8080 >>> tcp 0 0 127.0.0.1:8005 =20 >>> 0.0.0.0:* LISTEN >>> tcp 0 0 0.0.0.0:8009 =20 >>> 0.0.0.0:* LISTEN >> >> Is that the output of >> netstat -lnut |grep 8080 >> Seems very odd to me. >> >> --=20 >> Regards >> mks >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >> For additional commands, e-mail: users-help@tomcat.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org