web项目中设置首页

1.在web.xml中设置以下代码:

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

login.jsp即为首次运行展示页面

猜你喜欢

转载自www.cnblogs.com/gkblog/p/12274284.html
今日推荐