Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Deployments: Web Applications: Monitor: Web Application

Buttons     Column Display     Related Tasks     Related Topics

Use this page to monitor the current Web application. It includes information about the application such as the machine and server on which the Web application is deployed, and statistics about the number of servlets and sessions associated with this Web application.

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
Server

The name of the Server that this Web Application is running on.

Machine

The name of the Machine that this Web Application is running on.

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

Module Name

Provides the name of this component.

MBean Attribute:
WebAppComponentRuntimeMBean.ComponentName

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

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

Sessions High

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

Related Tasks

Related Topics


Back to Top