Commit 12e0b590b94571aff93786fa210192c1b0d03c88

Authored by jiangchengyong
1 parent 8071e792

update web.xml

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