window、linux 下完全关闭tomcat进程

window:linux    1.执行命令:netstat -ano | findstr 8080tomcat    2.执行命令:taskkill -f -pid 3350        --------------3350为pid进程进程 linux:grep    1.执行命令:ps aux | grep tomcat 或者 ps -ef  | grep tomcatps    2.执行命
相关文章
相关标签/搜索