Merge deployment desciptor and EAR file using AppManage.

Merge deployment desciptor and EAR file using AppManage.

book

Article ID: KB0091449

calendar_today

Updated On:

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

Description

Resolution:
We can merge an EAR file with a deployment descriptor file to generate a final XML file which contains the values changed in the deployment descriptor file to that AR file using the following command:

AppManage -export -out c:\sample-final.xml -ear c:\sample.ear -deployConfig c:\sample-dd.xml

This will merge the changes done in the deployment descriptor with the EAR file with an exemption for instance level variables. Instance level variables cannot be merged using the above command. These variables are ignored.

Issue/Introduction

Merge deployment desciptor and EAR file using AppManage.