Linux服务器实时查看tomcat运行日志
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
在Linux上部署web项目时,如果出现bug或者异常,很难看到出错的提示。怎么样才可以看到类似window下的eclipse和tomcat的运行时的提示信息呢?
方法如下:
进入你服务器tomcat的logs目录下:
输入ls可以看到catalina.log文件,这个就是记录tomcat运行时的信息的文件。
在tomcat运行时,输入 tail -f catalina.out 便可以查看tomcat的实时运行状态了.
Ctrl+c时tail的退出命令!




A beautiful web dashboard for Linux
最近提交(Master分支:12 天前 )
186a802e
added ecosystem file for PM2 5 年前
5def40a3
Add host customization support for the NodeJS version 5 年前
更多推荐
所有评论(0)