Clustering WebLogic 9.x


Increase your Java EE app’s robustness using apache httpd and weblogic 9.x

1. Clone the server you want to cluster

2. Create the cluster

Choose round-robbin as algorithm

Session replication NONE

3. Add DS and stuff to recently created cluster, the same stuff that had the original server

4. Modify weblogic.conf
e.g.

WebLogicHost localhost WebLogicPort 7001
for
WeblogicCluster localhost:7011,localhost:7012