4.查看tomcat进程是否启动
使用ps aux | grep tomcat查看tomcat进程是否启动
5.关闭tomcat
同样在tomcat的bin目录下,使用sh shutdown.sh可以关闭tomcat
6.重启tomcat
重启可以理解为先关闭tomcat+再启动tomcat
sh shutdown.sh
sh startup.sh
以上就是linux如何启动apache tomcat的详细内容,更多文章请关注木庄网络博客!
相关阅读 >>
本地tomcat正常,但liunx poi excel下载却内容乱码问题的解决方法
更多相关阅读请进入《tomcat》频道 >>