Deploying/Updating Oracle Foms based application in Weblogic server(cluster)
Hi guys,
1. For your info, my company is using Oracle Forms based application hosted in Oracle WebLogic server. In the domain we only have 2 managed server running(WLS_FORMS & WLS_REPORTS). We will deploy our source code (.fmx & .rep) into WLS_FORMS & WLS_REPORTS respectively.
2. Right now, we are thinking of having a cluster in order to achieve HA & stability. So my question is how do we deploy/update the source code(.fmx & .rep) into multiple managed servers in the cluster (WLS_FORMS1, WLS_FORMS2, WLS_REPORTS1, WLS_REPORTS2)?
3. Do we have to do it one by one or is there any other method? Our current concern is that we might overlooked or forgot to update either one of the managed servers.(eg WLS_FORMS1 or WLS_FORMS2).