Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Server: Administration: Start/Stop

Configuration Options     

Use this page to change the state of the current server. You can also specify particular shutdown settings or view the current status of this server. (Some operations require the Node Manager and the domain-wide administration port.)

Configuration Options

Name Description
Ignore Sessions During Shutdown

Indicates whether a graceful shutdown operation drops all HTTP sessions immediately.

If this is set to false, a graceful shutdown operation waits for HTTP sessions to complete or timeout.

MBean Attribute:
ServerMBean.IgnoreSessionsDuringShutdown

Graceful Shutdown Timeout

Number of seconds a graceful shutdown operation waits before forcing a shut down. A graceful shutdown gives WebLogic Server subsystems time to complete certain application processing currently in progress. If subsystems are unable to complete processing within the number of seconds that you specify here, then the server will force shutdown automatically.

A value of 0 means that the server will wait indefinitely for graceful shutdown to complete.

The graceful shutdown timeout applies only to graceful shutdown operations.

MBean Attribute:
ServerMBean.GracefulShutdownTimeout

Minimum value: 0

Startup Timeout

Timeout value for server start and resume operations. If the server fails to start in the timeout period, it will force shutdown.

A value of 0 means that the server will wait indefinitely for the operation to complete.

MBean Attribute:
ServerMBean.StartupTimeout

Minimum value: 0

Changes take effect after you redeploy the module or restart the server.

Server LifeCycle Timeout

Number of seconds a force shutdown operation waits before timing out and killing itself. If the operation does not complete within the configured timeout seconds, the server will shutdown automatically if the state of the server at that time was SHUTTING_DOWN.

A value of 0 means that the server will wait indefinitely for life cycle operation to complete.

MBean Attribute:
ServerMBean.ServerLifeCycleTimeoutVal

Minimum value: 0

Secure value: 120


Back to Top