Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Web Applications: Configuration

Configuration Options     Related Tasks     Related Topics

In this page, you define the configuration of the application deployment descriptor file that is associated with this Web application module.

Configuration Options

Name Description
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. This value has a lower precedence than the timeout value set in web.xml

Debug Enabled

Specifies whether to add JSP line numbers to generated class files to aid in debugging.

Maximum in-memory Sessions

The maximum number of sessions to retain in memory. The default is -1 (unlimited); any negative value works the same as -1.

Monitoring Attribute Name

The monitoring attribute.

Index Directory Enabled

Specifies whether the target should automatically generate an HTML directory listing if no suitable index file is found.

Index Directory Sort By

Specifies the way in which index directories are sorted. Legal values are NAME, LAST_MODIFIED, SIZE.

Servlet Reload Check (in seconds)

The amount of time (in seconds) that WebLogic Server waits to check if a servlet was modified and needs to be reloaded.

Resource Reload Check (in seconds)

The amount of time (in seconds) that WebLogic Server waits to check if a resource was modified and needs to be reloaded.

Session Monitoring Enabled

Specifies whether runtime MBeans will be created for session monitoring.

Minimum Native File Size

The minimum file size in Bytes for using native I/O.

JSP Page Check (in seconds)

The interval (in seconds) at which WebLogic Server checks to see if JSP files have changed and need recompiling.

  • The value -1 means never check the pages. This is the default value in a production environment.
  • The value 0 means always check the pages.
  • The value 1 means check the pages every second. This is the default value in a development environment.
JSP Keep Generated

Specifies whether to save the Java files that are generated as an intermediary step in the JSP compilation process.

JSP Verbose

Specifies whether to print debugging info to the browser during compilation.

Context Root

Specifies context root to override the default value(name of exploded directory or name of the WAR file minus the ".war" extension).

Related Tasks

Related Topics


Back to Top