RE: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Sulaiman Paperwalla
an port 80. Thanks for your help (and Peter) for pointing me in the right direction. All the best, -sul. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Thursday, April 08, 2010 11:53 AM To: Tomcat Users List Subject: RE: Apache Tomcat 5 does

Re: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Peter Crowther
On 8 April 2010 16:52, Caldarale, Charles R wrote: > Use netstat -ano, note the pid, and look it up in Task Manager. > > tcpview (http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx) should give you the process directly, but Chuck's suggestion is less invasive :-). - Peter

RE: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Caldarale, Charles R
> From: Sulaiman Paperwalla [mailto:s...@fiu.edu] > Subject: RE: Apache Tomcat 5 does not work on port 80 > > I did netstat -a but it does not tell me the application that is > listening on port 80; Use netstat -ano, note the pid, and look it up in Task Manager. - Chuck THI

RE: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Sulaiman Paperwalla
al 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

RE: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Sulaiman Paperwalla
Peter Crowther Sent: Thursday, April 08, 2010 11:38 AM To: Tomcat Users List Subject: Re: Apache Tomcat 5 does not work on port 80 Check you don't already have IIS running on port 80. If you look in Tomcat's logs, there should be a bind exception if that's the case. Is there any rea

Re: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Gregor Schneider
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: 79A84FA5268070267

Re: Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Peter Crowther
Check you don't already have IIS running on port 80. If you look in Tomcat's logs, there should be a bind exception if that's the case. Is there any reason you're using 5.0? It's very old, and is no longer supported. This means that, for example, it has known security holes and they will never

Apache Tomcat 5 does not work on port 80

2010-04-08 Thread Sulaiman Paperwalla
Hi, I have tomcat 5.0 installed on a windows server 2008 machine. Tomcat is the only web server installed. When I change the port to anything other than port 80, for example 8080, I can successfully access the website, but it does not work for Port 80. I have made sure the port is open in th