summaryrefslogtreecommitdiffstats
path: root/usecaseui-common/src/main/webapp/WEB-INF/web.xml
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2017-10-17 01:09:17 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-17 01:09:17 +0000
commit20f2faf42e9833039a911e53e89f7ca4251352a8 (patch)
tree6a18d3d58cd86032b359d3ecb67e18a74710ab0c /usecaseui-common/src/main/webapp/WEB-INF/web.xml
parent905ab8a66e8fa64d54ead6207e52eb3b749fc0db (diff)
parentb7503ec5b347cf30dd5bfbc27dac076fbb6f5418 (diff)
Merge "add msb config"
Diffstat (limited to 'usecaseui-common/src/main/webapp/WEB-INF/web.xml')
-rw-r--r--usecaseui-common/src/main/webapp/WEB-INF/web.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/usecaseui-common/src/main/webapp/WEB-INF/web.xml b/usecaseui-common/src/main/webapp/WEB-INF/web.xml
index 3f84f06a..9fff24ad 100644
--- a/usecaseui-common/src/main/webapp/WEB-INF/web.xml
+++ b/usecaseui-common/src/main/webapp/WEB-INF/web.xml
@@ -6,5 +6,7 @@
<!-- This is a stub web.xml in the common area -->
<display-name>ecomp-sdk-app-common</display-name>
-
+ <listener>
+ <listener-class>org.onap.portal.system.SystemListener</listener-class>
+ </listener>
</web-app>