1、启动 tomcat
定位到 tomcat bin 目录,执行 startup.sh
2、关闭 tomcat
定位到 tomcat bin 目录,执行 shutdown.sh
3、查询包含 tomcat 关键字的进程
ps -ef | grep tomcat
4、删除进程
kill -9 xxx