Showing posts with label AppManage. Show all posts
Showing posts with label AppManage. Show all posts

AppManage commands Syntax

AppManage location C:\tibco\tra\5.4\bin>

Creating the configuration xml File from a deployed application..

AppManage -export -out C:\AUTODEPLOY\HOToStore.xml -app HOToStore/HOToStore -domain TIBADMIN -user tibco -pw tibco

Creating the configuration xml File from Ear File

AppManage -export -ear C:\AUTODEPLOY\HOToStore.ear -out
C:\AUTODEPLOY\HOToStore.xml

Deploy command using ear and config xml.....

AppManage -deploy -ear C:\temp\HOToStore.ear -deployconfig C:\temp\HOToStore.xml -domain TIBADMIN -user tibco -pw tibco

UnDeploy Command

AppManage -undeploy -app HOToStore/HOToStore -domain TIBADMIN -user tibco -pw tibco

Deploy command for deploying an application that is in the undeployed state

AppManage -deploy -app HOToStore/HOToStore -domain TIBADMIN -user tibco -pw tibco

Delete Command

AppManage -delete -app HOToStore/HOToStore -user tibco -pw tibco -domain TIBADMIN -force

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