Commit 3614cb1d52672d0ad9764aad7f2a6c27520151e2
1 parent
12e0b590
update web.xml 12
Showing
1 changed file
with
3 additions
and
3 deletions
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> |
... | ... |