您的位置:首页 > 运维架构 > Tomcat

Tomcat启动报错Port 80 required by Tomcat v7.0 Server at localhost is already in use. The server may alre

2019-01-14 14:50 162 查看
版权声明:本文供经验交流,欢迎转载 https://blog.csdn.net/qq_31708763/article/details/86476592

报错内容:

Port 80 required by Tomcat v7.0 Server at localhost is 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).

 意思为:80端口被占用。

方式一:

stop Tomcat然后重启,可能就不会报错了。

方式二:

win + R输入cmd,进入DOS,输入:

[code]netstat -ano|findstr 80

然后用命令杀死或者进入任务管理器中找到对应PID,结束进程即可。 

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐