xshell 关闭后 linux的tomcat断掉解决
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
使用命令nohup,不挂断运行
在退出xshell后,连接中断,tomcat关闭,一般会用&符号在命令结尾让程序保持运行
用法:进入到tomcat的bin文件目录下
输入命令
nohup ./catalina.sh run &
显示为:
[1]8579
nohup: ignoring input and appending output to `nohup.out'
如何关掉?
输入命令查看进程号
# ps -ef |grep tomcat
显示处root 456 33345 99。。。省略
其中33345为端口号
输入命令结束进程 kill -9 进程号
kill -9 33345
OK,完工
GitHub 加速计划 / li / linux-dash
6
1
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献9条内容
所有评论(0)