Technical data

A Starting and Stopping Servers: Quick Reference
A-2 Configuring and Managing WebLogic Server
Starting Instances of WebLogic Server
In the following table, WL_HOME refers to the directory in which you installed the
WebLogic Server software.
Table 11-1 Starting Server Instances
To Start Do The Following
The MedRecServer sample
server
Invoke the following command:
WL_HOME\samples\server\config\startMedRecServer.cmd
(Windows)
WL_HOME\samples\server\config\startMedRecServer.sh (UNIX)
The server starts as an Administration Server in the MedRec domain.
The Examples server Invoke the following command:
WL_HOME\samples\server\config\startExamplesServer.cmd
(Windows)
WL_HOME\samples\server\config\startExamplesServer.sh
(UNIX)
The server starts as an Administration Server in the Examples domain.
An Administration Server
that you create
Invoke the following command:
domain_directory\startWebLogic.cmd (Windows)
domain_directory\startWebLogic.sh (UNIX)
where
domain_directory is the directory that you specified as the domain
directory.
Note: In a development environment, it is usually sufficient to start an
Administration Server and deploy your applications directly onto the
Administration Server. In a production environment, you create Managed
Servers to run applications.