![]() ![]() ![]() ![]() ![]() ![]() |
This section provides information and examples for some common domain configuration tasks using the Configuration Wizard:
The following example explains how to create a new WebLogic Server domain.
In this example, we are not customizing the domain. Leave No selected and click Next.
For example, since we are going to extend this domain in the next example using the WebLogic Portal extension template, name the domain my_default_domain
.
By default, the domain is created in BEA_HOME
\user_projects\domains\
domain
, where BEA_HOME
is the directory that contains the product installation, and domain
is the domain name that you specify (my_default_domain
in this example). Click Create.
The following example explains the procedure to extend the WebLogic Server domain you created in Creating a New Domain using the WebLogic Portal extension template.
Note: | Make sure that the servers in the domain are not running; you cannot update an active domain. |
For this example, navigate to BEA_HOME
\user_projects\domains
and select portal_domain
. BEA_HOME
is the directory that contains your product installation.
To extend your domain using the WebLogic Portal extension template:
For this example, leave No selected and click Next.
By default, this applications directory is BEA_HOME
\user_projects\applications\
domain
, where BEA_HOME
is the directory that contains the product installation, and domain
is the domain name that you specify (portal_domain
in this example).
The following example explains the procedure to create a new WebLogic Portal domain that is based on the Basic WebLogic Server Portal domain template, as you did in Creating a New Domain. In this case, however, you customize your domain to include:
A Managed Server hosts application components and resources, which are deployed and managed as part of the domain. The two Managed Servers are in addition to the Administration Server.
A cluster is a group of WebLogic Server instances that work together to provide scalability and high availability for applications. Clusters can improve performance and provide failover if a server instance becomes unavailable. The servers within a cluster can run on the same machine, or they can run on different machines. To the client, a cluster appears as a single WebLogic Server instance. In this example, all the servers and the cluster created by the Configuration Wizard are to run on your local machine.
Servers can be reached through the following URL: protocol
://
listen-address
:
listen-port
For more information, see Configure the Administration Server.
To configure the Administration Server in this example, enter the following values:
MyAdminServer
127.0.0.1
7001
7002
SSL Enabled: Select this check box
SSL Enabled: Select this check box
Multicast Address: 239.192.0.0
Note: | Because all the Managed Servers listen at the same IP address (relying on unique port numbers to keep them separate), you should set the Cluster Address to the same IP address as the Managed Servers. |
MY_CLUSTER
, the only cluster that is defined, is already selected in the Cluster pane.
In this example, all Managed Servers will be assigned to the cluster MY_CLUSTER
. To do so:
MY_CLUSTER
.The names of the Managed Servers are removed from the Server pane and added, below the name of the target cluster, to the Cluster pane.
Note: | In this example, all the servers in the domain are to reside on your local machine, so it is unnecessary to set up additional machines and target servers to them. Therefore, you can skip the machine configuration steps. |
Click Next to go to the Review WebLogic Domain window.
The Domain Summary pane shows the Deployment view by default. By selecting different options from the Summary View drop-down list, you can see different views of the domain summary, for example, the Cluster view.
Select an item in the Domain Summary pane on the left and review the associated details in the Details pane on the right. You can make limited adjustments by clicking Previous to return to a prior window.
After reviewing the contents of your domain, click Next to go to the Create WebLogic Domain window.
In this example, name the domain myclusterdomain
.
By default, the domain is created in BEA_HOME
\user_projects\domains\
domain
, where BEA_HOME
is the directory that contains the product installation, and domain
is the domain name that you specify (myclusterdomain
in this example). Click Create.
![]() ![]() ![]() |