当前位置: 代码迷 >> J2EE >> Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are,该怎么处理
  详细解决方案

Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are,该怎么处理

热度:391   发布时间:2016-04-19 22:42:24.0
Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are
Several ports (8005, 8080, 8009) required by Tomcat v7.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关闭,如果找不到,则打开任务管理器,结束"javaw.exe"这个进程,就没问题了。
  相关解决方案