首页 > Web开发 > 详细

web项目首页提示404

时间:2016-01-14 15:34:02      阅读:219      评论:0      收藏:0      [点我收藏+]

我也是服了,估计是项目有问题,只能找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>

 

web项目首页提示404

原文:http://www.cnblogs.com/qlong8807/p/5130067.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!