Posts

Showing posts from 2021

Weblogic all topics simplified

 Cluster creation Under Domain Structure, expand Environment , click Clusters , and then select Cluster from the New list on the Clusters table.  On the Create a New Cluster page, enter cluster1 for the name, select Unicast for the messaging mode,  leave Unicast Broadcast Channel blank, and then click OK. Types of the clusters Horizontal clustering , sometimes referred to as scaling out, is adding physical machines to increase the performance or capacity of a cluster pool. ...  Vertical clustering , sometimes referred to as scaling up, is adding Application Server instances to the same machine. Horizontal cluster process while creating a domain after configuring managed servers we have to add managed servers in a cluster. the turning point for horizontal clustering is to Create two machines ( usually create it with the name of machines, suppose you ant clustering between to machines with hostname like hostname1.something.com & hostname2.something.com, then crea...