linux
netstat -apn | grep "8080"
windows
netstat -aon | findstr "8080"
附:
linux下查看进程信息: ps -ef | grep 进程号