Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).


端口被占用了!


解决方法就是要去把占用了端口的工程关掉:

开始->运行->cmd管理员运行->输入 netstat   -ano,回车,UDP旁边的一列为IP,找到8080,然后找到对应最后一列的PID

Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server

打开任务管理器---服务---关闭相应的PID的进程,重启eclipse,run就行了

Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server


相关文章:

  • 2021-06-01
  • 2021-06-24
  • 2021-09-07
  • 2021-09-21
  • 2021-07-14
猜你喜欢
  • 2022-12-23
  • 2021-08-21
  • 2021-04-28
  • 2021-04-03
  • 2021-09-06
相关资源
相似解决方案