summaryrefslogtreecommitdiffstats
path: root/usecaseui-common/src/main/webapp
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2017-10-16 20:05:21 +0800
committerLuji7 <lu.ji3@zte.com.cn>2017-10-16 20:05:30 +0800
commitb7503ec5b347cf30dd5bfbc27dac076fbb6f5418 (patch)
tree2aaf5ca99c5a7634fb202d6ac58d5374ab6004cc /usecaseui-common/src/main/webapp
parent21c183604fa889417ab579027ed6a0bffb79ceda (diff)
add msb config
Change-Id: Ibee1e8622409f867a865ada18576db3ff1eb855d Issue-Id: USECASEUI-36 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
Diffstat (limited to 'usecaseui-common/src/main/webapp')
-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>