SOA 12.2.1 Clustered Domain Using WLST Script

Hey! Namaste from Oracle Fusion Middleware world!! In this post, I would like to share the experiment on the SOA domain using WLST for a high availability imposed Clustered Domain. Prerequisites for SOA cluster domain configuration Oracle Fusion Middleware Infrastructure Oracle SOA 12.2.1 Installation Oracle OSB 12.2.1 Installation Clustered SOA Domain using WLST preparation High availability can be achived when we configured multiple WebLgoic managed servers and they are part of a cluster. Here in this case 'soa_server1', 'soa_server2' are configured into the 'soa_cluster'. Step 1: Create the below soa_domain.properties file WLHOME = /home/oracle/products/12.2.1/Oracle_Home/wlserver ORACLE_HOME = /home/oracle/products/12.2.1/Oracle_Home DOMAIN = soa_qa_domain DOMAIN_PATH = /home/oracle/wls_domains/domains/soa_qa_domain APP_PATH = /home/oracle/wls_domains/applications/soa_qa_domain SERVER_ADDRESS = 192.168.xxx.xxx LOG_FOLDER =...