summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-package/src/main/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-package/src/main/webapp')
-rw-r--r--openo-portal/portal-package/src/main/webapp/WEB-INF/web.xml3
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>