首页 > 其他 > 详细

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

时间:2014-08-26 17:06:36      阅读:472      评论:0      收藏:0      [点我收藏+]
使用Eclipse编写JSP调试的时候出现错误,错误提示是Several ports (8005, 80, 8009) required by Tomcat v6.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,根据上面的提示说是端口已被使用,但我重新改TOMCAT使用的端口后,还是出现这种错误该怎么解决?
 
可能是因为你的eclipse 没有正常关闭 tomcat的进程还在导致的   如果端口改不好的话 可以打开任务管理器到进程中把java.exe关掉就可以了

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

原文:http://www.cnblogs.com/Xilian/p/3937486.html

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