Technical data

Creating a New Domain
Administration Guide 1-9
http://hostname:port/console
where hostname is the name of the machine where you started the
Administration Server and
port is the Administration Servers listen port
(default is 7001).
3. Select mydomain
Create or edit other domains.
This displays the domains table.
4. Select Default
Create a new Domain.
Enter the name of the new domain and click Create.
5. Select the new domain from the list of domains at left to make that the current
domain.
6. Now you will need to create an Administration Server entry for the new domain:
a. Select Servers
Create a new Server.
b. Enter the name of the new Administration Server and click Create. Each server
must have a unique name — even if the servers are in different domains
7. The Administration Console will have created a new subdirectory with the name
of your domain and a configuration file,
config.xml, under that subdirectory.
Now you need to create an
\applications subdirectory in that domain
directory. You can create an
\applications subdirectory in a command shell or,
on Windows, by using Explorer.
8. The default
mydomain directory contains start scripts for starting the WeLogic
Server. For Windows installations, these are
startWebLogic.cmd and
startManagedWebLogic.cmd. For UNIX installations, these are
startWebLogic.sh and startManagedWebLogic.sh. Copy these start scripts
to the new domain directory.
9. You will need to edit the start scripts in a text editor. By default, the name of the
domain is set as:
-Dweblogic.Domain=mydomain
Replace mydomain with the name of the new domain.
By default the name of the Administration Server is set as:
-Dweblogic.Name=MyServer
Replace MyServer with the name of the new Administration Server.