查看服务是否启动 ps -aux | grep tomcat 查看端口是否占用 netstat –apn | grep 8080 转载于:https://www.cnblogs.com/tiandsp/p/7467910.html