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 ?


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 ?

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



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

Reply via email to