Create TIBCO Host Instance Properties
TIBCO Host instance creation scripts are created under the tibcohost subfolder in CONFIG_HOME/tct.
You can modify the
build.properties every time you want to create a new Host. Edit the properties listed in the following table and run the
build.xml
to create the Host instance.
Properties
To create a standalone TIBCO Host instance, update the following properties before running the script:
File Name | Property | Description |
---|---|---|
build.properties | tibcohost.instance.name | TIBCO Host instance name |
tibcohost.jmx.host | TIBCO Host instance machine name | |
tibcohost.jmx.port | TIBCO Host instance management port | |
admin.register.url | TIBCO Host instance management URL |
Enterprise Name
File Name | Property | Description |
---|---|---|
build.properties | tibcohost.enterprise.name | ActiveMatrix enterprise name |
Installation Location
Update the following property when the ActiveMatrix software is not installed in the default location.
File Name | Property | Description |
---|---|---|
build.properties | tibco.home | ActiveMatrix installation location. |
Configuration Folder Location
Update the following property when using a different configuration data folder location.
File Name | Property | Description |
---|---|---|
build.properties | tibco.config.mgmt.home | ActiveMatrix runtime state configuration location. |
Note: All the properties that contain a path must conform to the path conventions of the target operating system.