配置intellij idea中的欢迎页而不使用默认的index.jsp

在web.xml中添加

<welcome-file-list>
    <welcome-file>abc.jsp</welcome-file>
</welcome-file-list>

 

 
posted @ 2019-03-02 18:43  y-xs  阅读(2909)  评论(0编辑  收藏  举报