From ce889adae3f91a8296bf41ce5804a51483242b2a Mon Sep 17 00:00:00 2001 From: talio Date: Sun, 12 Nov 2017 16:12:35 +0200 Subject: forwarder implement toggling feature on forwarder Issue-Id : SDC-653 Change-Id: I238ae82b6f1fd9fce58ab584acd362a6bafd0dff Signed-off-by: talio --- .../onboarding-rest-war/src/main/webapp/WEB-INF/web.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openecomp-be/api') 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 @@ WEB-INF/beans-services.xml + + org.togglz.core.manager.TogglzConfig + org.openecomp.sdc.common.togglz.TogglzConfiguration + + + org.openecomp.server.listeners.OnboardingAppStartupListener -- cgit 1.2.3-korg