Remove or kill a port in XP.

  • Thread starter Thread starter Richard (Tor)
  • Start date Start date
R

Richard (Tor)

Hi,

When I started my Tomcat in XP, it failed because it complained port
80 was already being used. I did a netstat -a and found that port 80
was used by UDP but I did not know which process was using it and why?

Is there a way to find out which program or process is using that port
80 and subsequently kill it because it should not be there?

please email to (e-mail address removed)

Thanks in advance
Richard
 
Type netstat /? and work it out for yourself

Look the pid up in Task Manager or type tasklist
 
If you are using WinXP, you can try a program called
PortReporter to determine which port is in used by which
program. Search for it in Microsoft Download.
 
Back
Top