在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>配置,如果有删除多余的配置只留一个连接配置。