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
> 
>

Reply via email to