ps -ef |grep java|grep tomcat|grep -v grep|cut -c 9-15|xargs kill -9
sleep 8
cd /app/tomcat8/bin/
./startup.sh

 

相关文章:

  • 2021-11-09
  • 2022-12-23
  • 2021-09-07
  • 2021-08-21
猜你喜欢
  • 2021-12-19
  • 2021-05-22
  • 2021-07-10
  • 2021-12-06
  • 2021-12-20
  • 2022-01-24
  • 2021-12-13
相关资源
相似解决方案