diff options
Diffstat (limited to 'integration/src/main/webapp')
-rw-r--r-- | integration/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/src/main/webapp/WEB-INF/web.xml b/integration/src/main/webapp/WEB-INF/web.xml index e1dca7e4..70005f50 100644 --- a/integration/src/main/webapp/WEB-INF/web.xml +++ b/integration/src/main/webapp/WEB-INF/web.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2016-2017, CMCC Technologies Co., Ltd. + Copyright 2016-2017, China Mobile Co., Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ <web-app> <display-name>OPEN-O Web Application</display-name> <welcome-file-list> - <welcome-file>login/html/login.html</welcome-file> + <welcome-file>login/index.html</welcome-file> </welcome-file-list> <listener> <listener-class>org.openo.portal.system.SystemListener</listener-class> |