Odd, in the first case I see 8080 listening to any IPv6 port (no IPv4 addresses), yet in the second case it seems to have stopped listening to IPv6. I am going to hazard a guess that maybe there is something wrong with 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 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!
# 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

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önhaber" <tomcat-us...@list-post.mks-mail.de>
To: <users@tomcat.apache.org>
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 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 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:8009 0.0.0.0:* LISTEN

Is that the output of
netstat -lnut |grep 8080
Seems very odd to me.

--
Regards
mks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to