This script opens a new, small, floating window and puts TOC<name>.html and IX<name>.html files in it and sets a generic popup window code to enable the display of some viewlets in the WebLogic Platform Tour.
Previous Next

 Creating and Deploying to WebLogic Server Clusters

Tutorial 1: Creating a WebLogic Server Cluster

In this tutorial you use the WebLogic Server Configuration Wizard to create the domain, servers, and cluster in which you will deploy and run the MedRec applications. The new domain, medrecdomain, contains a single Administration Server and a cluster of three Managed Servers.

The tutorial includes the following sections:

 

 

 

Prerequisites

Before starting this tutorial, make sure WebLogic Server and the server samples are installed on your computer.

 

 

 

Procedure

To create the domains server instances, and clusters:

  1. Start the Configuration Wizard on your system by selecting the Start Menu option:

    Start—>Programs—>BEA WebLogic Platform 8.1—>Configuration Wizard

  2. On the initial screen, select Create a new WebLogic configuration.

  3. On the Select a Configuration Template screen, select the Basic WebLogic Server Domain template.

    Note: Do not select the Avitek Medical Records Sample Domain template, as the tutorial does not make use of its functionality.

  4. On the Choose Express or Custom Configuration screen, select Custom and click Next..

  5. On the Configure the Administration Server screen:

  6. On the Managed Servers, Clusters, and Machines Options screen, select Yes and click Next to continue..

  7. On the Configure Managed Servers screen, click Add and:

  8. On the Configure Clusters screen, click Add and:

  9. In the Assign Servers to Clusters screen:

  10. On the Configure Machines screen, click Next without adding any machines.

  11. On the Database (JDBC) Options screen, click Next.

  12. On the Messaging (JMS) Options screen, click Next.

  13. On the Configure Administrative Username and Password screen:

  14. On the Configure Windows Options screen:

  15. On the Configure Server Start Mode and Java SDK screen:

  16. On the Create WebLogic Configuration screen:

    The Configuration Wizard creates the new domain in c:\bea\user_projects\domains\MedRecClusterDomain.

 

 

 

Best Practices

 

 

 

The Big Picture

This tutorial is the basis for setting up your cluster environment. Before you can deploy applications to a server, you must first configure the domains and servers to which you want to deploy the applications.

The servers that you created have a minimal configuration—you specified only the server names and listen address, and their membership in the cluster. In the next tutorial, you will use the Administration Console to create and assign the server resources necessary to deploy the MedRec application suite on the cluster.

 

 

 

Related Reading

 

 Back to Top Previous Next