java web怎么把登錄界面作為這個應用的默認頁面
2 回答

月關(guān)寶盒
TA貢獻1772條經(jīng)驗 獲得超5個贊
web.xml中
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>login.jsp</welcome-file>
<welcome-file>login.html</welcome-file>
</welcome-file-list>
添加回答
舉報
0/150
提交
取消