Clustered Application Deployment: Monitoring: Environment Monitoring: Web Applications
Use this page to monitor the current Web application. This page includes information about the machine and server instance on which the Web application is deployed and statistics about the number of servlets and sessions associated with this Web application.
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.
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