【发布时间】:2015-04-18 07:18:17
【问题描述】:
我刚刚使用jsp 编写了一个网上银行项目。我将tomcat 8与eclipse集成,当我在eclipse中使用tomcat 8启动项目时,出现以下错误:
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).
但我确保 apache 使用 port 80。如何解决此错误?
当我在 Firefox 中启动 tomcat 时,出现如下错误:
我该如何解决这个问题?
【问题讨论】:
标签: java eclipse jsp tomcat tomcat8