这是怎么回事?

来源:1-10 Eclipse开发Java Web程序

qq_与赠_03193390

2017-09-20 23:21

为什么只能用index.jsp而改成index2。jsp就不行了?

写回答 关注

2回答

  • 阡陌之上
    2017-09-21 09:41:57
    已采纳

    默认找不到index会出错

    阡陌之上 回复qq_与赠_...

    客气了

    2017-09-21 10:03:03

    共 2 条回复 >

  • 慕姐4362573
    2017-09-21 09:48:22

    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>default.html</welcome-file>

        <welcome-file>default.htm</welcome-file>

        <welcome-file>default.jsp</welcome-file>

      </welcome-file-list>


JAVA遇见HTML——JSP篇

Java Web入门级教程JSP,带你轻松的学习JSP基础知识

248277 学习 · 3071 问题

查看课程

相似问题