常见的jsp端口占用问题

来源:互联网 发布:网络的消极影响 编辑:程序博客网 时间:2024/06/02 08:24

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"这个进程,就没问题了。

0 0
原创粉丝点击