Zabij proces działający w porcie w systemie Windows
netstat -ano | findstr :8080
taskkill /PID <yourid> /F
Eager Eland
netstat -ano | findstr :8080
taskkill /PID <yourid> /F
taskkill /F /PID PORT_NUMBER
netstat -ano | findstr :yourPortNumber
taskkill /PID typeyourPIDhere /F