diff options
author | “shentao” <shentao@chinamobile.com> | 2016-09-27 21:26:27 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2016-09-27 21:26:27 +0800 |
commit | 1f46ffc705728c5f1463743b4b255043b535026b (patch) | |
tree | d23657ad0792e12f290a58106479c961a09915e1 /openo-portal/portal-package/src/main/webapp | |
parent | b7be4ada90f9cbd9648ab888fdbb5b09766dd60e (diff) |
modify pom.xml files to integrate all modules for deployment
Change-Id: If6280da49537495620b0032ca6bd578f66f315a7
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-package/src/main/webapp')
-rw-r--r-- | openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml b/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml index 887f7dfd..071ba46b 100644 --- a/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml +++ b/openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml @@ -16,4 +16,7 @@ --> <web-app> <display-name>OPEN-O Web Application</display-name> + <welcome-file-list> + <welcome-file>common/login.html</welcome-file> + </welcome-file-list> </web-app> |