Fork me on GitHub

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

启动:一般是执行sh tomcat/bin/startup.sh

停止:一般是执行sh tomcat/bin/shutdown.sh

 

1、先切换到:cd tomcat/logs

2、tail -f catalina.out

3、这样运行时就可以实时查看运行日志了

Ctrl+c 是退出tail命令。

 

posted @ 2015-09-14 14:37  刘哥聊技术  阅读(413)  评论(0编辑  收藏  举报