Commit 3614cb1d52672d0ad9764aad7f2a6c27520151e2

Authored by jiangchengyong
1 parent 12e0b590

update web.xml 12

myapp-web/src/main/webapp/WEB-INF/web.xml
... ... @@ -78,8 +78,8 @@
78 78 </session-config>
79 79  
80 80 <!--配置欢迎界面-->
81   - <!--<welcome-file-list>
82   - <welcome-file>index.jsp</welcome-file>
83   - </welcome-file-list>-->
  81 + <welcome-file-list>
  82 + <welcome-file>index.jsp,index.jsp</welcome-file>
  83 + </welcome-file-list>
84 84  
85 85 </web-app>
... ...