Products | Versions |
---|---|
TIBCO Runtime Agent (TRA) | - |
Not Applicable | - |
Resolution:
The AppManage utility gets its information on how to contact the domain from a configuration file located in the TRA/domain/<domain_name> directory. Hence it must be run from a machine that is part of the domain.
- Log onto a machine belonging to the domain
- From the application ear file, export the deployment configuration xml file.
- Manually edit the configuration xml file to match your domain configuration. (If not, AppManage will have no information regarding the RV transport parameters and will assume the default values).
For example, you need to execute the following two commands.
AppManage -export -out c:\test\myApp.xml -ear myApp.ear
AppManage -config -ear myTest.ear -deployConfig c:\test\myApp.xml -app myApp -user user1 -pw user1 -domain test
Where myApp is the name of your application. Please refer to our TIBCO Runtime Agent™ Scripting Deployment User’s Guide manual for further details.