The build.properties File

When you run a TIBCO Configuration Tool wizard to perform a particular configuration task, configuration data gathered and generated by the wizard is stored in a build.properties file.

The file is stored in the scripts folder in the folder that is specified in the Session Scripts and Log Folder field of the wizard’s Summary screen. The file is created when you click Save or Configure from a wizard screen.

For example, the following is an extract from a build.properties file generated by running the Configure TIBCO ActiveMatrix BPM Server Node Type Wizard.

# The following properties may be modified
tibco.home=C:/Program Files/tibco/amx-bpm
tibco.config.mgmt.home=C:/ProgramData/amx-bpm/tibco/data
tct.scripts.dir=
#BPM Node Type setting
bpm.nodetype.host=BPMHost
bpm.nodetype.environment=BPMEnvironment
bpm.nodetype.node=BPMNode1
bpm.nodetype.node.port=6031
bpm.nodetype.node.type=BPMNode
bpm.nodetype.http.connector.port=8081
bpm.nodetype.app.name=amx.bpm.app
# Database sizing details
bpm.nodetype.install.size=Development
bpm.nodetype.jvm.maxpermsize=256
bpm.nodetype.jvm.xms=512
bpm.nodetype.jvm.xmx=1536

The file contains a set of property/value pairs, grouped by the wizard screens to which they relate. Generally, each property represents a field on the wizard screen. In the example above:

  • tibco.home is the TIBCO_HOME folder for this BPM system.
  • tibco.config.mgmt.home is the CONFIG_HOME folder for this BPM system (as specified in the TIBCO Configuration Folder dialog).
  • the bpm.nodetype.app.name property represents the Application Name field on the ActiveMatrix BPM Node Type: Host and Node Configuration screen. It has the value amx.bpm.app.