How to run AppManage with non-standard RV service, daemon, and network parameters?

How to run AppManage with non-standard RV service, daemon, and network parameters?

book

Article ID: KB0090602

calendar_today

Updated On:

Products Versions
TIBCO Runtime Agent (TRA) -
Not Applicable -

Description

Resolution:
The AppManage utility gets its information on how to contact the domain from a configuration file located in the TRA/domain/&ltdomain_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.

Issue/Introduction

How to run AppManage with non-standard RV service, daemon, and network parameters?