Integration → Integrating with ChangeMan ZMF → Configuring the Integration Files
Additional files must be configured in the application server before the integration to ChangeMan ZMF can be used.
Configure the additional files as follows:
C:\Users\bjoson\Downloads\ZMF_6.1.4_v_bbb.zip\lib
C:\Program Files\Micro Focus\common\tomcat\8.5\webapps\da\WEB-INF\lib
C:\Program Files\Micro Focus\common\tomcat\8.5\webapps\da\WEB-INF,
edit the web.xml file and add the following lines before the </web-app> tag.
  <servlet>
        <servlet-name>ZMFALFEventRouter</servlet-name>
        <servlet-class>com.serena.servlet.ZMFALFEventRouter</servlet-class>
        <init-param>
            <param-name>redirectURL</param-name>
            <param-value>/</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
        <servlet-name>ZMFALFEventRouter</servlet-name>
        <url-pattern>/servlet/ZMFALFEventRouter</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
        <servlet-name>ZMFALFEventRouter</servlet-name>
        <url-pattern>/services/*</url-pattern>
    </servlet-mapping>
 
		Copyright © 2011–2017 Serena Software, Inc., a Micro Focus company. All rights reserved.