Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Web Application > Monitor > Web Application

Configuration Options     Related Tasks     Related Topics

No idea what this does.

Configuration Options

Name Description
Server

Return the immediate parent for this MBean

MBean Attribute:
WebAppComponentRuntimeMBean.Parent

Machine
Module Name

Provides the name of this component.

MBean Attribute:
WebAppComponentRuntimeMBean.ComponentName

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

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

 

Skip navigation bar   Back to Top