赞
踩
linux:
1. 查看tomcat进程号: ps –ef | grep tomcat
2. 关闭tomcat进程: kill -9 进程号
windows:
1. 查看tomcat进程号:netstat -ano | findstr 8082
2. taskkill /f /pid 进程号