This is a guest post from RubiX colleague Maarten van Alphen, Systems Integration Specialist with extensive kowledge and experience with TIBCO software. Check out his profile for more information.
For our TIBCO BusinessWorks Continuous Deployment setup, it was a requirement to be able to deploy EAR files to a DTAP environment from a local workstation. There are two tools and methods available in order to achieve this: DomainUtility tool or AppManage. The main prerequisite is that firewall configuration should allow traffic over the specific ports.
Method 1: DomainUtility
Method 2: AppManage
- <tibco_home>/tra/domain/<domain>/AdministrationDomain.properties
- <tibco_home>/tra/domain/<domain>/AuthorizationDomain.properties
- <tibco_home>/tra/domain/<domain>/hawkagent.cfg
<domain>.TIBCO_TRA_DOMAIN_HOME=<tibco_home>/tra/domain
<tibco_home> is the location of TIBCO software on the local machine (not the remote machine, the server you are deploying to).