How to configure BW app to deploy in FT mode using Appmanage?
book
Article ID: KB0086464
calendar_today
Updated On:
TIBCO Administrator
|
-
|
Not Applicable
|
-
|
Description
Resolution:
Follow the procedure mentioned below to setup in FT mode using AppManage,
1) Using AppManage utility export configuration xml file from the ear file.
e.g. "AppManage -export -ear filenotify.ear -out filenotify.xml"
2) Edit configuration xml file and add two or more binding elements depending on number of machines application is going to be deploy.
e.g.
<binding name="Process Archive_1">
<machine>hostname1</machine>
<product>
<type>bwengine</type>
<version/>
<location/>
</product>
<description/>
<contact/>
<ftWeight>200</ftWeight>
</binding>
3) Each and every binding, you need to have <FTWeight>. e.g.
<ftWeight>200</ftWeight>
4) Please set isFt to true. e.g.
<isFt>true</isFt>
<faultTolerant>
<hbInterval>10000</hbInterval>
<activationInterval>35000</activationInterval>
<preparationDelay>0</preparationDelay>
</faultTolerant>
5) For advanced properties about BW process, add <bwprocesses> </bwprocesses>
6) Use appmanage to configure the application in the domain.
Issue/Introduction
How to configure BW app to deploy in FT mode using Appmanage?
Feedback
thumb_up
Yes
thumb_down
No