User this command, for example:
netstat -anp tcp grep 9191
Also, you can use “netstat -ano” to find all active connections and which port they are listening on. And then you can kill the process from Task Manager if you are using Cygwin.
User this command, for example:
netstat -anp tcp grep 9191
Also, you can use “netstat -ano” to find all active connections and which port they are listening on. And then you can kill the process from Task Manager if you are using Cygwin.