Monday, November 24, 2014

Way of killing a process running on a specific port

Run netstat -a -o | find "8080" in Command prompt

And then kill the process on that port with the command  taskkill /F /PID <pid>


No comments:

Post a Comment