Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain: Monitoring: Deployments: Web Applications

Column Display     

This page displays monitoring information for all Web applications that are deployed to this domain. The monitoring information includes whether the Web application is active or not, the average, high, and total number of sessions for each Web application, the actual files (WAR or exploded directory) that implement the application, and so on. The statistics displayed are an aggregate of all of the targets that these Web applications are deployed on. Target-specific statistics are available on the monitoring pages for each specific Web application.

WebLogic Server enables you to deploy Web applications either as archive files (.WAR files created using the JAR utility) or as exploded archive directories. Deploying Web applications as exploded archive directories enables you to easily update and redeploy portions of the application, such as static HTML, graphics files, and JSPs.

Column Display

Name Description
Context Root

Returns the context root (context path) for the web application.

MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot

Application

The name of the application.

MBean Attribute:
ApplicationRuntimeMBean.ApplicationName

State

Provides the status of the component.

MBean Attribute:
WebAppComponentRuntimeMBean.Status

Active Server Count

The number of active servers.

Source Information

Provides an informative string about the module's source.

Returns an informative string about the component's source.

MBean Attribute:
WebAppComponentRuntimeMBean.SourceInfo

Servlets

Provides an array of ServletRuntimeMBeans associated with this module.

Returns an array of ServletRuntimeMBeans associated with this component.

MBean Attribute:
WebAppComponentRuntimeMBean.Servlets

Sessions

Provides a count of the current total number of open sessions in this module.

Sessions High

Provides the high water mark of the total number of open sessions in this application. The count starts at zero each time the application is activated.

Total Sessions

Provides a count of the total number of sessions opened.

MBean Attribute:
WebAppComponentRuntimeMBean.SessionsOpenedTotalCount


Back to Top