此方法主要用来解决eclipse异常关闭而导致tomcat不能关闭或tomcat不能正常关闭

1. cmd

2.netstat -ano | findstr 8080       指令的意思是找出占用8080端口的进程pid

3.taskkill -pid 进程pid -f

进程pid值的是后面跟的几位数字 如taskkill -pid 4872-f

tomcat 8080端口被占用

相关文章:

  • 2021-08-31
  • 2021-04-11
  • 2021-12-09
  • 2021-09-23
  • 2021-05-04
  • 2021-10-20
猜你喜欢
  • 2021-09-27
  • 2021-04-20
  • 2021-07-28
  • 2021-11-29
相关资源
相似解决方案