Re: Problem of port 8080

2009-06-26 Thread Andre-John Mas
On 26-Jun-2009, at 06:18, Xia Guowen wrote: Those three ports actually belong to the same process. # netstat -lnutp |grep 80 tcp0 0 127.0.0.1:8005 0.0.0.0:* LISTEN 29907/java tcp0 0 0.0.0.0:8009 0.0.0.0:*

Re: Problem of port 8080

2009-06-26 Thread André Warnier
Xia Guowen wrote: Those three ports actually belong to the same process. # netstat -lnutp |grep 80 tcp0 0 127.0.0.1:8005 0.0.0.0:* LISTEN 29907/java tcp0 0 0.0.0.0:80090.0.0.0:* LISTEN 29907/jav

Re: Problem of port 8080

2009-06-26 Thread Xia Guowen
- Original Message - From: "Mark Thomas" To: "Tomcat Users List" Sent: Friday, June 26, 2009 5:41 PM Subject: Re: Problem of port 8080 > André Warnier wrote: >> Mark Thomas wrote: >>>> --- Original Message --- >>>> From: "X

Re: Problem of port 8080

2009-06-26 Thread Mark Thomas
André Warnier wrote: > 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&#x

Re: Problem of port 8080

2009-06-26 Thread André Warnier
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/ eve

Re: Problem of port 8080

2009-06-26 Thread Mark Thomas
> --- 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 htt

Re: Problem of port 8080

2009-06-26 Thread André Warnier
Xia Guowen wrote: Why port 8080 is disapeared ? We do not know that either. What do the Tomcat logs say ? Is java or tomcat bind to port 8080? Well, it depends on the point of view.. It is Tomcat which takes the decision, but since Tomcat runs under a Java JVM, one could say that it is re

Re: Problem of port 8080

2009-06-25 Thread Xia Guowen
ers List" Sent: Friday, June 26, 2009 9:46 AM Subject: Re: Problem of port 8080 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 w

Re: Problem of port 8080

2009-06-25 Thread Andre-John Mas
chitecture: i386 JVM Version:1.6.0_10-rc2-b32 JVM Vendor: Sun Microsystems Inc. - Original Message - From: "Markus Schönhaber" 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:

Re: Problem of port 8080

2009-06-25 Thread Xia Guowen
c2-b32 JVM Vendor: Sun Microsystems Inc. - Original Message - From: "Markus Schönhaber" 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 r

Re: Problem of port 8080

2009-06-25 Thread Markus Schönhaber
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 > tc

Problem of port 8080

2009-06-25 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. # netstat -lnut |grep 8080 tcp0 0 127.0.0.1:8005 0.0.0.0:* LISTEN tcp0 0 0.0.0.0:80090.0.0.0:* L