Disabling Provisioning of Application Development Applications
If you do not need the out-of-the-box Application Development applications, you can disable the provisioning of those applications, which can speed up the startup of the ActiveMatrix BPM application (amx.bpm.app).
The
enable property in the
appDev.properties file specifies whether the Application Development application provisioner is enabled or disabled. If the application provisioner is disabled (set to
false), none of the out-of-the-box Application Development applications are provisioned at startup. The property defaults to
true.
Note: You can also speed up the startup of the ActiveMatrix BPM application by separating the startup of Application Development from the startup of the ActiveMatrix BPM application. For information, see
Configuring how Application Development Starts with ActiveMatrix BPM.
- Procedure
- Open the
appDev.properties file in the
CONFIG_HOME\bpm\bpm_app_name\configuration folder.
where:
- CONFIG_HOME is the location of the BPM configuration folder that you specified at installation. For example, on Windows platforms, C:\ProgramData\amx-bpm\tibco\data.
- bpm_app_name is the name of the ActiveMatrix BPM application, which can be specified during installation. This defaults to amx.bpm.app.
- Set the
enableproperty totrueto enable the application provisioner, orfalseto disable it. - Save the file.