Web容器重启方法是啥呀,内网环境
# 杀死进程
ps -ef | grep tomcat | grep -v 'grep' | awk '{print $2}' | xargs -I {} kill -9 {}
# 然后在重新启动服务即可
./startup.sh