2168575 发表于 2018-12-4 08:59:36

Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost

  使用eclipse的时候出现这个问题:Several ports (8005, 8080, 8009) required by Tomcat v7.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).
  这是因为已经启动了tomcat,只是在eclipse里面看不到。
  这时只需要找到tomcat的目录,在bin文件夹里面找到shutdown.bat执行一下,再去eclipse里面启动tomcat就成功了!
http://img.blog.csdn.net/20160717132102445?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center
  转载自:http://blog.csdn.net/tomoto_zh/article/details/51931945

页: [1]
查看完整版本: Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost