Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.1.2rc3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Contexts appear in tools such as jconsole identified by a number starting from 0. If you have more than a couple of contexts, it is difficult to identify a context when it needs to be managed, because you have to view the Attributes of each to find the one you want.
Attached is an implementation of org.mortbay.jetty.servlet.management.ContextMBean, which will use the context path as the id, rather than a sequential number.