diff options
author | Luji7 <lu.ji3@zte.com.cn> | 2017-10-16 20:05:21 +0800 |
---|---|---|
committer | Luji7 <lu.ji3@zte.com.cn> | 2017-10-16 20:05:30 +0800 |
commit | b7503ec5b347cf30dd5bfbc27dac076fbb6f5418 (patch) | |
tree | 2aaf5ca99c5a7634fb202d6ac58d5374ab6004cc /usecaseui-common/src/main/webapp/WEB-INF | |
parent | 21c183604fa889417ab579027ed6a0bffb79ceda (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/WEB-INF')
-rw-r--r-- | usecaseui-common/src/main/webapp/WEB-INF/web.xml | 4 |
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> |