How to know port used by process in windows

Some times we face issue regarding port conflict.
For example we try to run some application which requires the port which is already acquired by another application running on system.
For me its been a lot of pain, when my Jboss server refused to start since some of the ports needed by it has already been used by some other application.
So here is the simple solution to know which application process is using required port:
  • go to command prompt : Start>Run>cmd
  • type netstat -ab
  • press Enter














It will list all application process and their corresponding port.



0 Comments
Disqus
Fb Comments
Comments :

0 comments:

Post a Comment