![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This section provides information and examples for common domain configuration tasks that you can perform by using the Configuration Wizard:
The following example describes how to create a WebLogic Server domain.
For example, enter my_default_domain
as the name.
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 name that you specified (my_default_domain
in this example).
This example illustrates the procedure to extend the WebLogic Server domain that you created in Creating a Domain, by using the Workshop 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 my_default_domain
.
To extend your domain by using the Workshop extension template:
This example describes the procedure to create a Workshop domain that is based on the basic WebLogic Server domain template, and to customize the domain to include the following:
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 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 intended to run on your local machine.
MS1
and MS2
:MY_CLUSTER
:
Multicast address: 239.192.0.0
Note: | All the managed servers listen at the same IP address (relying on unique port numbers to keep them separate); so you should set the cluster address to the same IP address as that of the managed servers. |
MY_CLUSTER
cluster.Note: | In this example, all the servers in the domain reside on your local machine, so it is not necessary to set up additional machines and assign target servers to them. |
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.
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 previous window.
After reviewing the contents of your domain, click Next.
For this example, enter myclusterdomain
as the name of the 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 (myclusterdomain
in this example).
![]() ![]() ![]() |