当前位置: 代码迷 >> 综合 >> 【填坑】IDEA配置Tomcat时提示 There‘re more than one HTTP connector found.
  详细解决方案

【填坑】IDEA配置Tomcat时提示 There‘re more than one HTTP connector found.

热度:44   发布时间:2023-10-23 05:04:34.0

 

在IDEA配置Tomcat项目是提示错误:

Warning: There're more than one HTTP connector found. IDEA will replace the port number in the first of them only

提示是IDEA找到多个连接的配置,但是IDEA在运行时只能替换一个。

解决方法检查tomcat/conf/server.xml 配置文件中是否有多个 <Connector>配置,如果有删除多余的配置只留一个连接配置。

 

  相关解决方案