elipse tomcat报Several ports (8005, 8080, 8009) 端口被占用问题解决方案

修改tomcat8.5或者tomcat7.0中server.xml的端口;

找到tomcat安装路径,C:\XX\apache-tomcat-8.5.9\conf文件夹下的server.xml找到相应的

<Server port="8005" shutdown="SHUTDOWN">改为

<Server port="8015" shutdown="SHUTDOWN">

<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"  redirectPort="8443" />改为

<Connector port="8088" protocol="HTTP/1.1" connectionTimeout="20000"  redirectPort="8443" />

<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />改为

<Connector port="8019" protocol="AJP/1.3" redirectPort="8443" />

重新启动就好了!

原文地址:https://www.cnblogs.com/xinxueyou/p/10069244.html

时间: 2024-08-02 22:04:12

elipse tomcat报Several ports (8005, 8080, 8009) 端口被占用问题解决方案的相关文章

tomcat服务器报错(8005, 8080, 8009)端口被占用

使用eclipse编辑jsp时重启了一下tomcat然后编译的时候报错Severalports (8005, 8080, 8009) required by MyEclipseTomcat v7.0 are already in use.从网上搜出了解决办法,打开任务管理器------>详细信息然后找到javax.exe进程结束进程,然后重启eclipse,如果还是报错的话,多次重复操作一下.网上还有别的方法,我只用了一下这种方法. 原文地址:http://blog.51cto.com/1093

错误记录--更改tomcat端口号方法,Several ports (8005, 8080, 8009)(转)

启动Tomcat服务器报错: Several ports (8005, 8080, 8009) required by Tomcat v5.5 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 sto

错误记录--更改tomcat端口号方法,Several ports (8005, 8080, 8009)【转】

启动Tomcat服务器报错: Several ports (8005, 8080, 8009) required by Tomcat v5.5 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 sto

错误记录--更改tomcat端口号方法,Several ports (8005, 8080, 8009)

启动Tomcat服务器报错: Several ports (8005, 8080, 8009) required by Tomcat v5.5 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 sto

Tomcat启动失败--Several ports (8005, 8080, 8009)

启动Tomcat服务器报错: 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 sto

Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use.解决办法

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 pro

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

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 pro

Several ports (8005, 8080, 8009) required by Tomcat v8.5 Server at localhost are already in use.

Several ports (8005, 8080, 8009) required by Tomcat v8.5 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 pro

Several ports (8005, 8080, 8009) required by Tomcat v8.5 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 sta

eclipse出现:Several ports (8005, 8080, 8009) required by Tomcat v8.5 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