web项目首页提示404

我也是服了,估计是项目有问题,只能找jsp,找不到html和htm。把list中多余的都删掉,只保留index.jsp

<welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
</welcome-file-list>
原文地址:https://www.cnblogs.com/qlong8807/p/5130067.html