web项目中设置首页

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

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

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

posted @ 2020-02-07 19:50  超级小k  阅读(848)  评论(0编辑  收藏  举报