找了半天
Tomcat conf/web.xml里有配置
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
用eclipse的,可在Servers项目里的web.xml修改,会同步的Tomcat下

本文详细解读了Tomcat中web.xml配置文件中关于welcome-file-list的设置,介绍了如何在Eclipse环境下修改并同步到Tomcat服务器,确保应用能够正确加载默认页面。
4332

被折叠的 条评论
为什么被折叠?



