ps -ef 看是否有tomcat进程,也可以cat /var/log/messages 看日志里面是否启动,还可以 netstat -an 看端口是否开启,还可以从其他电脑 telnet ip port 看端口是否可链接
ps -ef | grep tomcat