Exporting an EAR file from Administrator

We can export an EAR file and its configuration file of deployed application in Admin with AppMange command

 AppManage -export -out c:\temp\ExampleApp.xml -genEar -ear c:\temp\ExampleApp.ear -app root/folder1/ExampleApp -user <username> -pw <password> -domain <domain name>

The deployment configuration file and EAR file are created in the c:\temp folder. The application is embedded in root/folder1/, which is relative to the Application Management root in the TIBCO Administrator GUI.

We can export all applications EARs in an administration domain using the appManage -batchExport option.

Example,

AppManage -batchExport -user <user name> -pw <password> -domain <domain name> -dir c:\temp\test

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP