Integration → Plug-ins → Integrating with ChangeMan ZMF → Configuring the ChangeMan ZMF Plug-in
The ChangeMan ZMF plug-in must be configured in the application server before it can be loaded into Deployment Automation.
Configure the plug-in as follows:
Extract the plug-in bundle file. It contains the zmf-plugin.zip file and all of the files needed to configure the plug-in.
almzmf.war
almzmfalf.war
almzmfws.war
..\webapps\serena_ra\WEB-INF\lib
<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–2015 Serena Software, Inc. All rights reserved.