Using the Deployment Packager actions for enterprise
Deployment Packager Actions: Overview
You can invoke the Deployment Packager actions from the Package and Deploy Wizard . In this case the wizard guides you through the process. You can also invoke the Deployment Packager actions yourself from the Web Central Navigator if you want to control the steps more finely.
There are three separate packaging actions, because in some configurations, not all files are on the same application server.
Package Data:
This action reads your data files (from the
\projects
subfolders) and your My Favorites (from the
\schema\per-site
subfolders). It packages them into a distribution WAR file created inside your web application folder, for example,
C:\Users\Public\Archibus\mysite-data.war.
Package Extensions:
This action reads your application extensions from the
\schema\ab-products
and other subfolders you designate. It packages them into distribution WAR file created inside your web application folder, for example,
C:\Users\Public\Archibus\mysite-extensions.war.
Package Deployment Files:
This action merges your
mysite-data.war
and
mysite-extensions.war
file into the stock distribution file from Archibus –
archibus.war
. In doing so, it updates the stock Archibus distribution with your own data and extension files. The action also merges any changes you made to your .properties files into the
archibus.war
file. In this way, you can deploy this update
For more details, see:
The package actions use the folder locations listed in the
application-update.properties
file to determine what subfolders are packaged into each distribution WAR file. See
Editing Your Application Update Properties.