首页 > 其他 > 详细

Several ports (8005, 8080, 8009) required by Tomcat v8.0 Server at localhost are already in use.

时间:2019-05-29 18:40:09      阅读:99      评论:0      收藏:0      [点我收藏+]

Several ports (8005, 8080, 8009) required by Tomcat v8.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).

 

 

eclipse运行web时出现上述报错,这是由于你已经在外面通过starup.bat打开了tomcat,而在eclipse中运行时会再一次通过server打开Tomcat,这就造成了上面端口被占用的发中生,解决方法就是找到Tomcat的文件夹下bin文件夹然后双击shutdown.bat关闭Tomcat后再在eclipse中运行即可。

Several ports (8005, 8080, 8009) required by Tomcat v8.0 Server at localhost are already in use.

原文:https://www.cnblogs.com/hawk-li/p/10945291.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!