I see 8080 running as follows: tcp 0 0 :::8080 :::* LISTEN 6980/java
On Fri, Mar 12, 2010 at 2:27 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: testwreq wreq [mailto:testw...@gmail.com] > > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > > netstat -ano showed the following for 8080 > > Sorry, I should have said netstat -anp (-ano is for Windows). The -p > option will display the pid numbers, which should be quite interesting. > > > tcp 0 0 ::ffff:127.0.0.1:8005 :::* LISTEN > > The above is the shutdown port. > > > tcp 0 0 :::8009 :::* LISTEN > > That's the AJP port, which you're likely not using. > > > tcp 0 0 :::8080 :::* LISTEN > > That should be Tomcat, but without the pid number, we can't be certain. > > > tcp 0 0 :::80 :::* LISTEN > > That says you've got a web server running as well as Tomcat. > > > tcp 0 0 :::8081 :::* LISTEN > > Now who is that on 8081? > > > tcp 0 0 :::443 :::* LISTEN > > The HTTPS port, most likely from the same process that's listening on 80. > > > tcp 0 0 :::8443 :::* LISTEN > > That's a commonly used port for Tomcat HTTPS traffic. > > > tcp 0 0 ::ffff:123.9.10:8080 > > ::ffff:130.245.9.106:46028TIME_WAIT > > tcp 0 0 ::ffff:130.123.9.10:8080 > > ::ffff:130.123.9.10:46029TIME_WAIT > > tcp 0 0 ::ffff:130.123.9.10:8080 > > ::ffff:130.123.9.10:57590TIME_WAIT > > That shows connections have been made at some point to whatever is > listening on 8080. > > Looks to me like you've got more things running on this box than you're > aware of, quite possibly including another copy of Tomcat - not the one you > think you're using. Until you determine what's really going on in this box, > there's not much anyone can do to help you. > > Run the netstat -anp so we can look at pid numbers, and post your entire > server.xml. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you received > this in error, please contact the sender and delete the e-mail and its > attachments from all computers. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >