tomcat web项目默认打开index的设置

修改首页可以通过修改web.xml中的welcome-file来实现。

<welcome-file-list>
        <welcome-file>index.html</welcome-file>
 
        <welcome-file>index.jsp</welcome-file>
</welcome-file-list>


版权声明:本文为Lingchens_原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。