Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Presto KPI Definitions | com.softwareag.jmx.Catalina.j2eeType.WebModule | KPIs
 
KPIs
The following table describes the com.softwareag.jmx.Catalina.j2eeType.WebModule KPIs.
Name
Description
int sessionTimeout
The session timeout (in minutes) for this web application.
boolean paused
Whether the request processing is paused (while reloading occurs).
boolean saveConfig
Whether the configuration should be written on startup.
boolean reloadable
Whether this web application is reloadable.
long startupTime
The startup time (in milliseconds) for this context.
boolean xmlNamespaceAware
Whether XML validation is turned on or off.
boolean antiResourceLocking
Whether resources are locked or not.
boolean logEffectiveWebXml
Whether effective web.xml is logged when the context starts.
boolean useNaming
Whether to create a JNDI naming context for this application.
boolean clearReferencedStopThreads
Whether Tomcat should attempt to terminate threads that have been started by the web application.
Note:
It is advisable that you use this attribute only in a development environment.
int cacheMaxSize
Maximum size of cache in KB.
boolean statisticsProvider
Whether performance statistics are supported for this managed object.
boolean swallowOutput
Whether to cause the system.out and system.err to be redirected to the logger when executing a servlet.
boolean override
Whether to override the default context.xml for this web application.
boolean clearReferencesStatic
Whether Tomcat should attempt to null out any static or final fields from loaded classes when a web application is stopped as a workaround for apparent garbage collection bugs and application coding errors.
boolean tldNamespaceAware
Whether TLD XML validation is turned on or off.
boolean distributable
Whether the web application is distributable or not.
boolean allowLinking
Whether to allow symlinking to outside the webapp root directory if the webapp is an exploded directory.
boolean tldValidation
Whether TLD XML validation is turned on or off.
boolean eventProvider
Whether Event provider is supported for this managed object.
int cacheObjectMaxSize
Maximum cached object size in KB.
boolean stateManageable
Whether State management is supported for this managed object.
boolean renewThreadsWhenStoppingContext
Whether Tomcat should renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.
long tldScanTime
Time spent scanning jars for TLDs for this context.
int cacheTTL
Time interval in milliseconds between cache refreshes.
int errorCount
Cumulative error count of all servlets in this context.
boolean configured
The correctly configured flag for this context.
boolean clearReferencesStopTimerThreads
Whether Tomcat should attempt to terminate TimerThreads that have been started by the web application. It is advisable to use this attribute only in a development environment.
int requestCount
Cumulative request count of all servlets in this context.
boolean crossContext
Whether the ServletContext.getContext() method is allowed to access the context of other web applications in this server.
long unloadDelay
Amount of time in milliseconds that the container will wait for servlets to unload.
boolean cachingAllowed
Whether static resources should be cached for this webapp.
boolean cookies
Whether cookies should be used for session ID communication.
boolean ignoreAnnotations
Whether annotations should be ignored or not.
boolean xmlValidation
Whether XML validation should be turned on or off.
long minTime
Minimum execution time of all servlets in this context.
boolean useHttpOnly
Indicates that the session cookies should use HttpOnly.
boolean antiJARLocking
Indicates whether to lock jar files or not.
long processingTime
Cumulative execution times of all servlets in this context.
boolean privileged
Indicates whether access to Tomcat internals is granted or not.
long maxTime
Maximum execution time of all servlets in this context.
boolean delegate
Indicates whether to delegate or not.
boolean unpackWAR
Indicates whether to unpack WAR files or not.
long startTime
Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started.
int deltaRequestCount
Delta of cumulative request count of all servlets in this context.
int deltaErrorCount
Delta of cumulative error count of all servlets in this context.