Remove or kill a port in XP

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?

Thanks in advance
Richard
 
M

Mike Bright MSP

Richard,

Just to check, you have turned off IIS haven't you?

As this will obviously cause issues as it runs on port 80.

Regards

Mike Bright MCP, MSP

e:[email protected]
 
J

Juergen Heinzl

Richard (Tor) said:
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?
[-]
netstat -ao
Juergen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top