The
ChangeMan ZMF
plug-in must be configured in the application server before it can be loaded
into
Deployment Automation.
Important: This plug-in is supported only in a Tomcat
application server.
Configure the plug-in as follows:
- Download the
ChangeMan ZMF
plug-in bundle file from the
Release Manager
download location on the Serena website at
http://www.serena.com/support.
For example, ZMF_bundle_vvv, where
vvv is the version.
Note: The bundle appears in the download list only if you have
purchased the Mainframe Connector option.
-
Extract the plug-in bundle file. It contains the
zmf-plugin.zip file and all of the files needed to
configure the plug-in.
- Stop the
Deployment Automation
application server and deploy the following files to the
Deployment Automation
deployment location, the actual
Deployment Automation
application server location where
serena_ra.war is deployed:
almzmf.war
almzmfalf.war
almzmfws.war
- Copy
zmf-core-CURRENT.jar to the following application
server path:
..\webapps\serena_ra\WEB-INF\lib
- Add the following lines to the application server
web.xml file:
<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>
- Restart the application server.
- After the application server is started, load the
zmf-plugin.zip file in
Deployment Automation
through
Administration > Automation > Automation
Plugins. See
Loading Plug-ins.
- Configure the processes for the plug-in that are required for the
Release Manager
integration.
Note: The
.mtd files included in the
ChangeMan ZMF
plug-in bundle file are used for custom solutions only. If you are customizing
the
ChangeMan ZMF
integration for
Release Manager,
see the Serena Support Knowledgebase Solution
S140241.
Copyright © 2012–2014 Serena Software, Inc. All rights reserved.