Technical data
6 Server Lifecycle
6-6 Configuring and Managing WebLogic Server
any state→STANDBY→SHUTDOWN
RESUMING
A server instance enters the RESUMING state as a result of the Resume this server...
command. A server instance that is resumed from the
STANDBY goes through the
following state transitions:
STANDBY→RESUMING→RUNNING
RUNNING
When a server instance is in the RUNNING state, it offers its services to clients and can
operate as a full member of a cluster. A server instance can enter the
STANDBY if:
! It is started using the Start this server... command. During the regular startup
process, a server instance goes through the following state transitions:
SHUTDOWN→STARTING→RUNNING
! It is started with the Resume this server... command. During the resume
process, a server instance goes through the following state transitions:
STANDBY→RESUMING→RUNNING
SUSPENDING
A server instance enters this state during the graceful shutdown process. While in the
SUSPENDING state, the server handles in-flight work. The processing a server instance
perform for in-flight work while in the
SUSPENDING state is described in “In-Flight
Work Processing” on page 6-11. Upon completion of in-flight work, the server
progresses from the
SUSPENDING state to the SHUTTING_DOWN state.
During the graceful shutdown process, a server instance goes through the following
state transitions:
RUNNING→SUSPENDING→STANDBY→SHUTTING DOWN→SHUTDOWN