Skip to Content
0
Oct 22, 2017 at 05:21 PM

Personalization

365 Views

Hello,

I added "btg" and "btgcockpit" extensions in my localextensions.xml file also added below lines in web.xml to enable the rule evaluation. When I start the server I am getting class not found exception "de.hybris.platform.store.web.servlets.BTGSegmentFilter". Could any one help me which extension has the class so that I can enable. Not able to find that class in the store front.

     <filter-name>BTGSegmentFilter</filter-name>
     <filter-class>de.hybris.platform.store.web.servlets.BTGSegmentFilter</filter-class>
 </filter>
     <filter-mapping>
     <filter-name>BTGSegmentFilter</filter-name>
     <url-pattern>/view/*</url-pattern>
 </filter-mapping>