web项目中设置首页

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

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

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

原文地址:https://www.cnblogs.com/gkblog/p/12274284.html