运维网's Archiver
论坛
›
Tomcat
› SSH Secure Shell Client 操作命令
webtet
发表于 2017-2-11 10:08:17
SSH Secure Shell Client 操作命令
ctrl+c转入输入命令
tail -f ../logs/catalina.out 查看日志信息
转到tomcat 的bin 目录下 执行 ./startup.sh 启动tomcat
./是执行命令的../上一级目录
ps -ef|grep tomcat 查看tomcat的进程信息
kill -9 18849 杀掉进程 停止tomcat
页:
[1]
查看完整版本:
SSH Secure Shell Client 操作命令