diff options
author | “shentao” <shentao@chinamobile.com> | 2016-10-27 15:02:54 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2016-10-27 15:02:54 +0800 |
commit | c60278ca93270bb9f49c65339dbe34c039551fe0 (patch) | |
tree | 6f994a36e04ba07cc5db92ba90b8be06d8074d85 /openo-portal/portal-package/src/main/webapp | |
parent | 320b831367c168e0067ba58b765d709020fee64e (diff) |
issue-id GSO-64
Change-Id: I0c6433c630c3afac827140df7bcafa643f94b90d
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 | 11 |
1 files changed, 7 insertions, 4 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 071ba46b..70a71954 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 @@ -15,8 +15,11 @@ limitations under the License. --> <web-app> - <display-name>OPEN-O Web Application</display-name> - <welcome-file-list> - <welcome-file>common/login.html</welcome-file> - </welcome-file-list> + <display-name>OPEN-O Web Application</display-name> + <welcome-file-list> + <welcome-file>common/login.html</welcome-file> + </welcome-file-list> + <listener> + <listener-class>org.openo.portal.system.SystemListener</listener-class> + </listener> </web-app> |