A Starting and Stopping Servers: Quick Reference
Also, see Starting and Stopping Servers.
This appendix includes the following sections:
- Starting Instances of WebLogic Server
Learn how to start WebLogic Server instances in various domains such asmedrec
,medrec-spring
,wls_examples
, and more. - Shutting Down Instances of WebLogic Server
Use the Remote Console orstopWeblogic
script to shut down WebLogic Server instances.
Starting Instances of WebLogic Server
Learn how to start WebLogic Server instances in various domains such as medrec
, medrec-spring
, wls_examples
, and more.
In the following table, ORACLE_HOME
represents the directory you specified as the Oracle Home when you installed WebLogic Server; for example, C:\Oracle\Middleware\Oracle_Home
.
Table A-1 Starting Server Instances
To Start | Do The Following |
---|---|
The MedRec server |
Invoke:
The server starts as an Administration Server in the MedRec samples domain. For more informaion, see Sample Applications and Code Examples in Understanding Oracle WebLogic Server. |
The MedRec server (Spring version) |
Invoke:
The server starts as an Administration Server in the MedRec Spring samples domain. See Sample Applications and Code Examples in Understanding Oracle WebLogic Server. |
The Examples server |
Invoke:
The server starts as an Administration Server in the Code Examples domain. See Sample Applications and Code Examples in Understanding Oracle WebLogic Server. |
An Administration Server that you have created |
Invoke:
where If the server prompts you to enter a user name and password, enter the name of a WebLogic Server user who has permission to start servers. See Provide User Credentials to Start and Stop Servers. NOTE: In a development environment, it is usually sufficient to start an Administration Server and deploy your applications directly on the Administration Server. In a production environment, you typically create Managed Servers to run applications. |
Managed Servers |
|
Parent topic: Starting and Stopping Servers: Quick Reference
Shutting Down Instances of WebLogic Server
Use the Remote Console or stopWeblogic
script to shut down WebLogic Server instances.
It is recommended that you shut down WebLogic Server instances through the Remote Console:
-
See Shutdown a Server in the Oracle WebLogic Remote Console Online Help.
-
Alternatively, invoke a WebLogic Server stop script to shutdown the server. See Shutting Down Servers with a Stop Script.
Parent topic: Starting and Stopping Servers: Quick Reference