编辑器tomcat关一下再开就可以了 实在不行就下面这方法

tomcat报错:Several ports (8005, 8080) required by Tomcat v8.5 Server at localhost are already in use

1、在dos下,输入 netstat -ano|findstr 8080

//说明:查看占用8080端口的进程,显示占用端口的进程

2、taskkill /pid 末尾编号 /f

//说明,运行windows自带taskkill命令,将上面显示的进程号,结束掉。

相关文章:

  • 2021-10-14
  • 2021-06-26
  • 2021-09-21
  • 2021-04-03
猜你喜欢
  • 2022-12-23
  • 2021-12-26
  • 2021-09-11
  • 2021-09-09
  • 2021-06-23
相关资源
相似解决方案