首页的切换,在WEB-INF里面的web.xml中在下面加入
<welcome-file-list> <welcome-file>/login.html</welcome-file> </welcome-file-list>
此处/login.htm为你要设置的网页
首页的切换,在WEB-INF里面的web.xml中在下面加入
<welcome-file-list> <welcome-file>/login.html</welcome-file> </welcome-file-list>
此处/login.htm为你要设置的网页