Table of Contents
- To Export Deployment conf file "Test_Deploy.xml" from EAR
- To Export Deployment conf file "Test_Deploy.xml" from Administrator
- To Export Deployment conf file "Test_Deploy.xml" from EAR & compare with previous deployment conf file "Test_Deploy_2.xml" by creating a log file "Test_Deploy.xml.log"
- Deploy the Ear file using updated deployment conf file
To Export Deployment conf file "Test_Deploy.xml" from EAR
AppManage -export -out D:\Devel\IDE\AMXBW_Workspace\Test_Deploy.xml -ear D:\Devel\IDE\AMXBW_Workspace\Test_Deploy.ear -app SIT01/Test_Deploy -domain TIBCO_ADMIN_DOMAIN -user admin -pw admin
To Export Deployment conf file "Test_Deploy.xml" from Administrator
AppManage -export -out D:\Devel\IDE\AMXBW_Workspace\Test_Deploy.xml -app SIT01/Test_Deploy -domain TIBCO_ADMIN_DOMAIN -user admin -pw admin
To Export Deployment conf file "Test_Deploy.xml" from EAR & compare with previous deployment conf file "Test_Deploy_2.xml" by creating a log file "Test_Deploy.xml.log"
AppManage -export -ear D:\Devel\IDE\AMXBW_Workspace\Test_Deploy.ear -deployconfig D:\Devel\IDE\AMXBW_Workspace\Test_Deploy_2.xml -out D:\Devel\IDE\AMXBW_Workspace\Test_Deploy.xml -app SIT01/Test_Deploy -domain TIBCO_ADMIN_DOMAIN -user admin -pw admin
The resultant log file will have the following content (with mention of difference) for example:
******* Processing GV section with name Global Variables ******* ******* Processing service section ******* ******* Processing service section with name Addition_ProcessArchive.par ******* ******* Processing GV section with name Adapter SDK Properties ******* ******* Processing bw checkpoint section ******* ******* Processing bw process section ******* ADDED service archive: Subtraction_ProcessArchive.par
Deploy the Ear file using the updated deployment conf file
[The generated file includes substitution variables for the machine element value.
The variables use the syntax, %-machine%, (a combination of percent symbols, archive type and computer name).
During deployment you must configure an element that uses such a variable by replacing the substitution value with the actual value, without the percent symbols]
AppManage -deploy -ear D:\Devel\IDE\AMXBW_Workspace\Test_Deploy.ear -deployConfig D:\Devel\IDE\AMXBW_Workspace\Test_Deploy.xml -app SIT01/Test_Deploy -domain TIBCO_ADMIN_DOMAIN -user admin -pw admin
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now