Thanks!

I did netstat -a but it does not tell me the application that is listening on 
port 80;  I always assumed it was tomcat but I don't know for sure.  Sorry I'm 
a newbie.  Here is partial result of netstat -a:

Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:80             ocean:0                LISTENING
  TCP    0.0.0.0:135            ocean:0                LISTENING
  TCP    0.0.0.0:445            ocean:0                LISTENING
  TCP    0.0.0.0:1311           ocean:0                LISTENING
  TCP    0.0.0.0:1433           ocean:0                LISTENING
  TCP    0.0.0.0:2382           ocean:0                LISTENING
  TCP    0.0.0.0:3389           ocean:0                LISTENING
  TCP    0.0.0.0:8081           ocean:0                LISTENING
  TCP    0.0.0.0:49152          ocean:0                LISTENING
  TCP    0.0.0.0:49153          ocean:0                LISTENING
  TCP    0.0.0.0:49154          ocean:0                LISTENING
  TCP    0.0.0.0:49159          ocean:0                LISTENING
  TCP    0.0.0.0:49196          ocean:0                LISTENING
  TCP    0.0.0.0:49211          ocean:0                LISTENING
  TCP    0.0.0.0:49542          ocean:0                LISTENING
  TCP    127.0.0.1:8005         ocean:0                LISTENING
  TCP    127.0.0.1:49547        ocean:0                LISTENING
  TCP    131.94.70.192:139      ocean:0                LISTENING

-----Original Message-----
From: Gregor Schneider [mailto:rc4...@googlemail.com] 
Sent: Thursday, April 08, 2010 11:42 AM
To: Tomcat Users List
Subject: Re: Apache Tomcat 5 does not work on port 80

You can telnet port 80 without any problems? Well, that means there's
some application running using port 80, otherwise you wouldn't be able
to telnet on port 80.

What gives "netstat -a"?

Rgds

Gregor
-- 
just because you're paranoid, don't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available
@ http://pgpkeys.pca.dfn.de:11371
@ http://pgp.mit.edu:11371/
skype:rc46fi

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