diff options
author | talio <tali.orenbach@amdocs.com> | 2017-11-12 16:12:35 +0200 |
---|---|---|
committer | talio <tali.orenbach@amdocs.com> | 2017-11-13 10:03:55 +0200 |
commit | ce889adae3f91a8296bf41ce5804a51483242b2a (patch) | |
tree | a2fffe0fdbb03b8774c40df9ac9d72e6f145b8da /openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp | |
parent | dd1a401f81b7c90c340ab69288236763bad19e83 (diff) |
forwarder
implement toggling feature on forwarder
Issue-Id : SDC-653
Change-Id: I238ae82b6f1fd9fce58ab584acd362a6bafd0dff
Signed-off-by: talio <tali.orenbach@amdocs.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp')
-rw-r--r-- | openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml index 08e8dd8ec8..35865f988e 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/webapp/WEB-INF/web.xml @@ -11,6 +11,12 @@ <param-value>WEB-INF/beans-services.xml</param-value> </context-param> + <context-param> + <param-name>org.togglz.core.manager.TogglzConfig</param-name> + <param-value>org.openecomp.sdc.common.togglz.TogglzConfiguration</param-value> + </context-param> + + <listener> <listener-class>org.openecomp.server.listeners.OnboardingAppStartupListener</listener-class> |