码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2014-08-26 17:06:36      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:des   os   java   使用   ar   art   div   sp   line   

使用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

标签:des   os   java   使用   ar   art   div   sp   line   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!