Tomcat出现端口占用错误

2019-03-10 11:49:53来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

 

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 process or change the port number(s).

最近调项目,发布到Tomcat显示错误,

这个错误显示端口8005,8080,8009被占用,有两种解决方案:

一、打开项目管理器,找到javaw.exe,点击结束进程,再重启就OK了。

二、找到安装Tomcat的安装目录

apache-tomcat-8.5.37\conf底下的server.xml配置文件,修改如下端口号:

改为8015

改为8088

改为8019

 


原文链接:https://www.cnblogs.com/LiuFqiang/p/10485229.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Mybatis源码解析 - mapper代理对象的生成,你有想过吗

下一篇:IntelliJ IDEA ,springboot 2.0 +mybatis 创建和访问数据库