Fix Togglez dependency BE error 13/26313/2
authorTal Gitelman <tg851x@intl.att.com>
Thu, 14 Dec 2017 09:38:57 +0000 (11:38 +0200)
committerMichael Lando <ml636r@att.com>
Thu, 14 Dec 2017 11:41:24 +0000 (11:41 +0000)
Change-Id: I46bf587e31f7e0f0c8bf493991d656644642c7ab
Issue-ID: SDC-581
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
catalog-be/src/main/webapp/WEB-INF/web.xml

index 5ed38e6..e71f6c2 100644 (file)
        <welcome-file-list>
                <welcome-file>index.html</welcome-file>
        </welcome-file-list>
+       
+       <context-param>
+               <param-name>org.togglz.FEATURE_MANAGER_PROVIDED</param-name>
+               <param-value>true</param-value>
+       </context-param>
 </web-app>