Release Manager - Release Automation → Integration → Integrating with ChangeMan ZMF → ZMF Plug-in Installation
The ChangeMan ZMF plug-in must be configured in the application server before it can be loaded into Release Automation.
Configure the plug-in as follows:
Extract the zmf-plugin-bundle.zip file. It contains the following files:
zmf-plugin.zip
ZMF Sample Application.json
Sample UAT.json
almzmf.war
almzmfalf.war
almzmfws.war
cmn-core-current.jar
web.xml
almzmf.war
almzmfalf.war
almzmfws.war
..\webapps\serena_ra\WEB-INF\lib
..\webapps\serena_ra\WEB-INF
If you are using your web.xml file for other purposes and cannot replace it, you can instead modify it to add the following lines to it.
<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 © 2012–2013 Serena Software, Inc. All rights reserved.