linux下打开、关闭tomcat,实时查看tomcat运行日志

启动:一般是执行sh tomcat/bin/startup.sh 停止:一般是执行sh tomcat/bin/shutdown.sh脚本命令 查看:执行ps -ef |grep tomcat 输出如下 *** 5144 。。。等等.Bootstrap start 说明tomcat已经正常启动, 5144 就为进程号 pid = 5144
杀死:kill -9 5144

posted @ 2016-11-24 11:32  跨境电商杂货铺  阅读(347)  评论(0编辑  收藏  举报