eclipse问题

zhangboduru
eclipse问题

我在eclipse里配置了jsp运行环境,刚开始可以运行jsp,可最后运行时出现一个对话框.对话框的内容是:Several ports (8005,8080,8009)required by Tomcat v5.0 Server@ 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).请那位大侠帮我看看出了什么问题了,先谢谢了

sunnyfun
确认系统服务中Tomcat已经关了

zzxiaoma
端口被占用了

xht314
好像是端口已被占用,或是服务已经启来了,是不是系统启动项里已经加载了TOMCAT了?

jackwonder
装了tomcat后,系统可能在启动的时候已经启动了tomcat服务,在进程管理器中关掉就OK了吧?

zhangboduru
我已经确认tomcat关闭了,系统启动时也没有启动tomcat,我每次运行时就会出现对话框,请高手们帮我看看吧

zhangboduru
其实我也知道是端口被占用了,可是怎么才能解决这个被占用端口的问题呢?

zzxiaoma
修改端口啊,server.xml里面

ndg
确实,修改一下端口是最快解决问题的方式:mrgreen:
上一篇:JVM垃圾回收问题。 下一篇:请教~~