bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Web Application --> Configuration --> Descriptor

Tasks     Related Topics     Attributes

Overview

In the Connector Component > Configuration > Descriptor tab, you define the configuration of the application deployment descriptor file that is associated with this Web application module.

Tasks

Configuring a Default Web Application

Deploying a New Web Application

Testing the Deployment

Viewing Deployed Web Applications

Stopping Deployed Web Applications

Adding or Editing Web Application Deployment Notes

Deleting a Web Application

Monitoring Web Applications and Servlets

Viewing and Editing Descriptors

Related Topics

Developing Web Applications for WebLogic Server

Attributes

Table 8-1

Attribute Label

Description

Value Constraints

Session Cookie Max Age Secs

The maximum age allowed for a session cookie. NEED MORE INFO.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: SessionCookieMaxAgeSecs

Units: seconds

Session Invalidation Interval Secs

The amount of time (in seconds) that is allowed between sweeps for invalid sessions.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: SessionInvalidationIntervalSecs

Units: seconds

Session Timeout Secs

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

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: SessionTimeoutSecs

Units: seconds

Reload Period

The amount of time (in seconds) representing how often the target checks whether a servlet has been modified, and if so, reloads it. -1 means never reload and 0 means always reload.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: ServletReloadCheckSecs

Units: seconds

Single Threaded Servlet Pool Size

The size of the pool used for single threaded mode instance pools.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: SingleThreadedServletPoolSize


Index Directories

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

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: IndexDirectoryEnabled


Enable Session Monitoring

Specifies whether runtime MBeans will be created for sessions.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: SessionMonitoringEnabled


Compile Command

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: JSPCompileCommand


Reload Period

The amount of time (in seconds) representing how often the target checks whether a servlet or JSP has been modified, and if so, reloads it. -1 means never reload and 0 means always reload.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: JSPPageCheckSecs

Units: seconds

Keep Generated Source Files

Specifies whether to keep the generated source files or delete them after compiling a JSP.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: JSPKeepGenerated


Verbose

Enables the JSP compiler's verbose output option.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: JSPVerbose

Default: false

Enable JSP Line Numbers

Compiles JSPs with the Java compiler's debug option enabled.

MBean: weblogic.management.
configuration.
WebAppComponentMBean

Attribute: JSPDebug

Default: false

 

Back to Top Previous Next