Linux下Tomcat 8080 端口被占用的解決辦法 希望可以幫助你們 一,停止tomcat 並執行#netstat -an|grep 8080 查看發現有許多80端口進程在里面 二,執行# lsof -i :8080|grep -v ...