netstat trouver le port
netstat -na | find "8080"
Yucky Yacare
netstat -na | find "8080"
sudo netstat -nap | grep :80
or
sudo lsof -i:80