码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2017-05-06 11:52:21      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:div   boot   lin   打开   art   nbsp   pid   linux   关闭   

??
启动:通常是运行sh tomcat/bin/startup.sh
 
停止:通常是运行sh tomcat/bin/shutdown.sh脚本命令
 
查看:运行ps -ef |grep tomcat 输出例如以下
 
*** 5144   。。

。等等.Bootstrap start

 
说明tomcat已经正常启动。 5144 就为进程号 pid = 5144

杀死:kill -9 5144

------------------------linux下实时查看tomcat执行日志-------------------------

1、先切换到:cd tomcat/logs

2、tail -f catalina.out

3、这样执行时就能够实时查看执行日志了

Ctrl+c 是退出tail命令。

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

标签:div   boot   lin   打开   art   nbsp   pid   linux   关闭   

原文地址:http://www.cnblogs.com/yfceshi/p/6815818.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!