]
Anurag Debnath commented on JBWEB-197:
--------------------------------------
This is where it gets initialized -
private volatile long minTime = Long.MAX_VALUE;
JMX console has default minTime value to 9223372036854775807 for
jboss.web:j2eeType=Servlet
-------------------------------------------------------------------------------------------
Key: JBWEB-197
URL:
https://issues.jboss.org/browse/JBWEB-197
Project: JBoss Web
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Affects Versions: JBossWeb-2.1.8.GA
Environment: jmx-console JBossWeb-2.1.10GA
Reporter: Anurag Debnath
Assignee: Remy Maucherat
Priority: Minor
Post starting the JBoss server, when checked in the jmx-console for
jboss.web:j2eeType=Servlet,name=default,WebModule=//localhost/admin-console,J2EEApplication=none,J2EEServer=none
or any other application, the attribute minTime is set to the default max value of Long.
This gets confusing for the customer.
After a hit to the application, the minTime shows correct value.
The requirement is to display a meaningful value for min time(even when no request has
been made) in conjunction with maxTime and requestCount.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: