开发者社区 问答 正文

轻量应用服务器怎么在80端口部署springBoot项目?

报错信息如下: The Tomcat connector configured to listen on port 80 failed to start. The port may already be in use or the connector may be misconfigured.

Action:

Verify the connector's configuration, identify and stop any process that's listening on port 80, or configure this application to listen on another port.

展开
收起
游客cmtnnp7za7zzq 2019-10-31 08:11:27 2118 分享 版权
1 条回答
写回答
取消 提交回答
  • 从你这个报错信息来看,就是80端口被占用了,可以先把不相关应用全部停止,然后再启动springboot。

    2019-10-31 08:44:57
    赞同 展开评论