#1947
Clustering WebLogic 11g at different machines – Idan Fridman
Source: Clustering WebLogic 11g at different machines – Idan Fridman
Comprendre et maîtriser les subtrees Git • Delicious Insights Les conteneurs : par où commencer ?
Just another Code Snippet site
#1947
Source: Clustering WebLogic 11g at different machines – Idan Fridman
Comprendre et maîtriser les subtrees Git • Delicious Insights Les conteneurs : par où commencer ?
In summary:
Create a domain in VM1 and VM2 with the same name and the same location. For the domain2, the Admin Server is not required./nodemanager/nodemanager.properties”: /bin/ and execute “nohup ./startNodeManager.sh &”
In the Admin Server1:
Create a new weblogic machine a configure the node manager with the IP of VM1 and choose “plain” as type.
Create a new weblogic machine a configure the node manager with the IP of VM2 and choose “plain” as type.
Create a Managed Server and assign it to machine1, configure the listening adresse with the IP of VM1
Create a Managed Server and assign it to machine2, configure the listening adresse with the IP of VM2
Create a cluster and assign it the two managed server
In the VM1 and VM2, open the file “
Change property “ListenAddress” with the VM IP
Change the property “SecureListener” to false
Go in
Run/common/bin/wlst.sh
Connect you to the admin server 1 and enroll the node manager with these lines