3 Deploying Applications
Deployment of Lib and Wars
Wars and Libs which are independent are present in path-
OBAPI_Installer\installables\OBAPI\<Installation type>\<version>/
app/components/commonWars that are created on runtime will be available in
path- OBAPI_Installer/ OBAPI_Installer/ExecInstances/<date>/app/wars. Please refer below XML
file for list of wars to be deployed.<application name="digx-cms.war"
displayedName="digx-cms" target="@wls_cluster_name@" location="@deploy_path@"
type="" deployOrder="100"/><application name="digx-corporateloan.war"
displayedName="digx-corporateloan" target="@wls_cluster_name@"
location="@deploy_path@" type="" deployOrder="100"/><application name="digx-creditfacility.war"
displayedName="digx-creditfacility" target="@wls_cluster_name@"
location="@deploy_path@" type="" deployOrder="100"/><application name="digx-edx.war"
displayedName="digx-edx" target="@wls_cluster_name@" location="@deploy_path@"
type="" deployOrder="100"/><application name="digx-liquiditymanagement.war"
displayedName="digx-liquiditymanagement" target="@wls_cluster_name@"
location="@deploy_path@" type="" deployOrder="100"/><!-- <application name="digx-loanapplication.war"
displayedName="digx-loanapplication" target="@wls_cluster_name@"
location="@deploy_path@" type="" deployOrder="100"/> --><application name="digx-payments.war"
displayedName="digx-payments" target="@wls_cluster_name@" location="@deploy_path@"
type="" deployOrder="100"/><application name="digx-pfm.war"
displayedName="digx-pfm" target="@wls_cluster_name@" location="@deploy_path@"
type="" deployOrder="100"/><!-- <application name="digx-pm.war"
displayedName="digx-pm" target="@wls_cluster_name@" location="@deploy_path@" type=""
deployOrder="100"/> --><application name="digx-processmanagement.war"
displayedName="digx-processmanagement" target="@wls_cluster_name@"
location="@deploy_path@" type="" deployOrder="100"/><application name="digx-retail.war"
displayedName="digx-retail" target="@wls_cluster_name@" location="@deploy_path@"
type="" deployOrder="100"/><application name="digx-scf.war"
displayedName="digx-scf" target="@wls_cluster_name@" location="@deploy_path@"
type="" deployOrder="100"/><application name="digx-scfcm.war"
displayedName="digx-scfcm" target="@wls_cluster_name@" location="@deploy_path@"
type="" deployOrder="100"/><application name="digx-tradefinance.war"
displayedName="digx-tradefinance" target="@wls_cluster_name@" location="@deploy_path@"
type="" deployOrder="100"/><application name="digx-virtual-account.war"
displayedName="digx-virtual-account" target="@wls_cluster_name@"
location="@deploy_path@" type="" deployOrder="100"/><application name="digx-kafkanotification.war"
displayedName="digx-kafkanotification" target="@wls_cluster_name@"
location="@installerhome@/installables/app/components/common" type=""
deployOrder="100"/><application name="digx-common.war"
displayedName="digx-common" target="@wls_cluster_name@" location="@deploy_path@"
type="common" deployOrder="100"/><application name="digx-admin.war"
displayedName="digx-admin" target="@wls_cluster_name@" location="@deploy_path@"
type="common" deployOrder="99"/><application name="digx-infra.war"
displayedName="digx-infra" target="@wls_cluster_name@" location="@deploy_path@"
type="common" deployOrder="100"/><library name="digx-shared-libs.war"
displayedName="digx-shared-libs" target="@wls_cluster_name@,AdminServer"
location="@deploy_path@" type="common" deployOrder="0"/><application name="digx-eurekaserver.war"
displayedName="digx-eurekaserver" target="@wls_cluster_name@"
location="@installerhome@/installables/app/components/common" type="common"
deployOrder="100"/><application name="digx-webauthn.war"
displayedName="digx-webauthn" target="@wls_cluster_name@"
location="@installerhome@/installables/app/components/common" type="common"
deployOrder="100"/><application name="digx-coherence.war"
displayedName="digx-coherence" target="@wls_cluster_name@"
location="@installerhome@/installables/app/components/common" type="common"
deployOrder="0"/><application name="digx-extxfacesimulator.war"
displayedName="digx-extxfacesimulator" target="@wls_cluster_name@"
location="@installerhome@/installables/app/components/common" type="common"
deployOrder="100"/><library name="digx-lzn-libs.war"
displayedName="digx-lzn-libs" target="@wls_cluster_name@,AdminServer"
location="@installerhome@/installables/app/components/common" type="common"
deployOrder="0"/><application name="digx-ukob.war"
displayedName="digx-ukob" target="@wls_cluster_name@" location="@deploy_path@"
type="common" deployOrder="100"/><application name="digx-berlinob.war"
displayedName="digx-berlinob" target="@wls_cluster_name@" location="@deploy_path@"
type="common" deployOrder="100"/><application name="digx-genai.war"
displayedName="digx-genai" target="@wls_cluster_name@" location="@deploy_path@"
type="common" deployOrder="100"/><application name="digx-finlimit.war"
displayedName="digx-finlimit" target="@wls_cluster_name@"
location="@installerhome@/installables/app/components/common" type="common"
deployOrder="100"/><application name="digx-em.war"
displayedName="digx-em" target="@wls_cluster_name@"
location="@installerhome@/installables/app/components/common" type="common"
deployOrder="100"/><application name="digx-sms.war"
displayedName="digx-sms" target="@wls_cluster_name@" location="@deploy_path@"
type="common" deployOrder="99"/><application name="digx-configserver.war"
displayedName="digx-configserver" target="@wls_cluster_name@"
location="@installerhome@/installables/app/components/common" type="common"
deployOrder="100"/><!-- <application name="digx-approval.war"
displayedName="digx-approval" target="@wls_cluster_name@"
location="@installerhome@/installables/app/components/common" type="common"
deployOrder="100"/> -->
Please use the wars present in above location and deploy the wars accordingly in weblogic.