I am completely new to this so apologies in advance if it's a dumb question.
I am writing an installation guide (for an IBM product on Windows) - part of which has the following -
Check that the following ports are free:
a) 80 (HTTP)
b) 383 and 636 (LDAP)
c) 9080 (Websphere)
If I run "netstat -a" I can see all listening ports
If I run "Start > Control Panel > Administrative Tools > Services" I can see services and their status
How can I see which service is using which port so if any of the above ports were already being used, I would know which service to stop?
Thanks in advance
I am writing an installation guide (for an IBM product on Windows) - part of which has the following -
Check that the following ports are free:
a) 80 (HTTP)
b) 383 and 636 (LDAP)
c) 9080 (Websphere)
If I run "netstat -a" I can see all listening ports
If I run "Start > Control Panel > Administrative Tools > Services" I can see services and their status
How can I see which service is using which port so if any of the above ports were already being used, I would know which service to stop?
Thanks in advance