Dave Filchak wrote:
André Warnier wrote:
Dave Filchak wrote:

netstat -an | grep LISTEN

tcp        0      0 66.207.212.58:80            0.0.0.0:*     LISTEN

Apache, listening on just one IP address ?

tcp        0      0 :::8009                     :::*     LISTEN

Ok, that seems to be the first AJP connector

tcp        0      0 :::8080                     :::*     LISTEN

The Tomcat HTTP connector ..

tcp        0      0 :::8088                     :::*     LISTEN

What is that one ?
If you are referring to the port 8088, we have a Flash media app running on this server using Red5 and believe it uses this port.


No 8010 port listen?

Indeed, strange.
There is also port 8005 missing, which should be the Tomcat shutdown connector.
<Server port="8005" shutdown="SHUTDOWN">

Where is it ?
I see it here:

tcp 0 0 ::ffff:127.0.0.1:5005 :::* LISTEN

Nope. That's 5005, not 8005 as per your server.xml.



Are we really talking about the same host and same Tomcat here ?
Absolutely.



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




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

Reply via email to