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

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

2017-07-31 15:40 441 查看
启动Tomcat服务器报错:
Several ports (8005, 8080, 8009) required by Tomcat v5.5 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).
原因:端口8005, 8080, 8009被占用了。可能是在打开Tomcat的情况下关闭了Eclipse,或是Eclipse非正常关闭,导致先前的Tomcat没有被关闭,端口占用。


解决方案:在Tomcat的conf下的server.xml修改被占用的端口


或者在eclipse中更改端口



按下面的方式关闭占用的端口

http://blog.csdn.net/icecoola_/article/details/77388873
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐