eclipse启动tomcat时,提示: 
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 

解决: 
进入本地tomcat的安装目录找到 tomcat安装目录/conf/server.xml 
编辑,把8005, 8080, 8009全部改为8885, 8888, 8889,再重启Tomcat

eclipse不能启动tomcat,提示: Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at local

相关文章:

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