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>
把你想要的最先被认的文件名放前面就好了
Tomcat 访问顺序
最新推荐文章于 2022-06-03 02:35:36 发布