diff options
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> |