Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Application Deployment: Administration: General

Configuration Options     

This page describes the configuration information that is currently defined in the deployment plan for this enterprise application.

Configuration Options

Name Description
Deployment Order

An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup.

Units with lower values are deployed before those with higher values.

MBean Attribute:
AppDeploymentMBean.DeploymentOrder

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

Deployment Principal Name

A string value that indicates the principal that should be used when deploying the file or archive during startup and shutdown. This principal will be used to set the current subject when calling out into application code for interfaces such as ApplicationLifecycleListener. If no principal name is specified, then the anonymous principal will be used.

MBean Attribute:
AppDeploymentMBean.DeploymentPrincipalName

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

Session Cookies Max Age (in seconds)

The life span of the session cookie (in seconds) after which it expires on the client. This value can be set as any integer; the default value is -1 (unlimited).

Session Invalidation Interval (in seconds)

The time (in seconds) that WebLogic Server waits between doing house-cleaning checks for timed-out and invalid sessions, and deleting the old sessions and freeing up memory.

Session Timeout (in seconds)

The amount of time (in seconds) that a session can remain inactive before it is invalidated.

Debug Enabled

Enable debugging information for this session

Maximum In-Memory Sessions

The maximum number of sessions to retain in memory.

The value '-1' indicates that there is no limit.

Monitoring Attribute Name

Specifies the name of a session attribute which is tagged with session information. For example, if this value is set to username, then the username attribute is guaranteed to be unique.


Back to Top