Creating clusters in WebLogic Server

You can create as many clusters as your deployment requires.

Procedure

  1. Start the application server.
    1. In a command prompt, change to the bea\user_projects\domains\base_domain directory.
    2. Run the startweblogic command.
  2. Log in as the administrative user to the WebLogic Server administration console with the address http://servername:7001/console.
  3. To edit within the administration console, lock the configuration edit hierarchy for the domain.
  4. Create the managed servers that you plan to add to the cluster.
  5. Create the cluster.
  6. Select the cluster, and, in the Servers tab, add the managed servers to the cluster.
  7. Set the minimum heap size to 128 MB.
  8. Set the maximum heap size to 1424 MB.
  9. Assign a port to the cluster. Each cluster must have a unique port.
  10. Repeat steps 4-9 for each cluster that your deployment requires.
  11. Activate your changes.


Feedback