您的位置:首页 > 运维架构 > Tomcat

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

2017-06-05 14:11 567 查看
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中运行即可。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  eclipse tomcat web
相关文章推荐