web.xml中<welcome-file-list>配置((web歡迎頁、首頁))
在web項目中,當用戶在瀏覽器中輸入的URL不包含某個特定的Servlet、html、jsp頁面時,web.xml中<welcome-file-list>標簽元素就會指定顯示的默認文件。

情況1:
web.xml中<welcome-file-list>標簽元素指定顯示的默認文件如下:

情況2:
web.xml中<welcome-file-list>標簽元素指定顯示的默認文件如下:
