edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Deployments: Monitoring: Web Applications
Deployments: Monitoring: Web Applications
Buttons Column Display Related Tasks Related Topics
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.
You can click any column heading in the Web Applications table to sort the items in the table by the type indicated in the column heading.
Buttons
Name Description Refresh icon
Causes the Administration Console to periodically poll the resource monitored by this page and refresh the display.
Column Display
You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.
The following table lists all of the data points that you can display in columns on this page.
Name Description State Provides the status of the component.
MBean Attribute:
WebAppComponentRuntimeMBean.Status
Application The name of the Enterprise application.
MBean Attribute:
ApplicationRuntimeMBean.ApplicationName
Context Root Returns the context root (context path) for the webapp
MBean Attribute:
WebAppComponentRuntimeMBean.ContextRoot
Source Information Provides an informative string about the module's source.
Return an informative string about the component's source.
MBean Attribute:
WebAppComponentRuntimeMBean.SourceInfo
Servlets Provides an array of ServletRuntimeMBeans associated with this module
Return an array of ServletRuntimeMBeans associated with this component
MBean Attribute:
WebAppComponentRuntimeMBean.Servlets
Active Server Count The number of active servers.
Current Sessions Provides a count of the current total number of open sessions in this module.
Returns the current total number of open sessions in this component.
MBean Attribute:
WebAppComponentRuntimeMBean.OpenSessionsCurrentCount
Maximum Sessions on Any Server Provides the high water mark of the total number of open sessions in this server. The count starts at zero each time the server is activated. Note that this is an optimization method for a highly useful statistic that could be implemented less efficiently using change notification.
MBean Attribute:
WebAppComponentRuntimeMBean.OpenSessionsHighCount
Total Sessions Provides a count of the total number of sessions opened.
MBean Attribute:
WebAppComponentRuntimeMBean.SessionsOpenedTotalCount
![]()