The below command will list any process using port 8080. Just do a ps [PID] to get the process name.
8080
ps [PID]
netstat -vanp tcp | grep 8080
Alternate Method (macOS)
lsof -i :8080
Alternate Method (nmap)
brew install nmap nmap localhost