Linux小技巧分享之如何重新启动tomcat
1.进入linux系统下tomcat的bin目录,
比如:cd/usr/local/apache-tomcat-7.0.42/bin
2.关闭一下tomcat服务,特别是已经启动的情况下,只不过有些异常
./shutdown.sh
3.检查一下tomcat是否确实已经关闭
ps-ef|grepjava
假如出现以下类似的提示,表示tomcat已经关闭
root 3024830113 010:00pts/0 00:00:00grepjava
4.最后重新启动tomcat
./startup.sh