[jboss-jira] [JBoss JIRA] Commented: (JBWEB-197) JMX console has default minTime value to 9223372036854775807 for jboss.web:j2eeType=Servlet

Anurag Debnath (JIRA) jira-events at lists.jboss.org
Fri Apr 1 04:36:37 EDT 2011


    [ https://issues.jboss.org/browse/JBWEB-197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593139#comment-12593139 ] 

Anurag Debnath commented on JBWEB-197:
--------------------------------------

http://anonsvn.jboss.org/repos/jbossweb/tags/JBOSSWEB_2_1_10_GA/java/org/apache/catalina/core/StandardWrapperValve.java

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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list