1. ps -aux|grep tomcat 查看进程
2.kill -9 端口号
3. rm -rf work 删除文件夹
4../bin/startup.sh && tail -f ./logs/catalina.out
1. ps -aux|grep tomcat 查看进程
2.kill -9 端口号
3. rm -rf work 删除文件夹
4../bin/startup.sh && tail -f ./logs/catalina.out
1479
5531

被折叠的 条评论
为什么被折叠?