diff --git a/myapp-web/src/main/webapp/WEB-INF/web.xml b/myapp-web/src/main/webapp/WEB-INF/web.xml
index eb4d292..8c28dc6 100644
--- a/myapp-web/src/main/webapp/WEB-INF/web.xml
+++ b/myapp-web/src/main/webapp/WEB-INF/web.xml
@@ -79,7 +79,7 @@
 
     <!--配置欢迎界面-->
     <welcome-file-list>
-        <welcome-file>index.jsp,index.jsp</welcome-file>
+        <welcome-file>index.jsp,index.jsp,index.jsp,index.jsp</welcome-file>
     </welcome-file-list>
 
 </web-app>