| Summary: | Remove 'Unavailable' JMX attributes of WebAppContext MBean | ||
|---|---|---|---|
| Product: | [RT] Jetty | Reporter: | Michael Gorovoy <mgorovoy> |
| Component: | server | Assignee: | Michael Gorovoy <mgorovoy> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | jetty-inbox |
| Version: | 7.3.1 | ||
| Target Milestone: | 7.2.x | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Michael Gorovoy
These attributes have methods but these methods do not return objects that can be represented as MBeans: attributes, classLoader, eventListeners, mimeTypes. The method ContextHandler.setContextAttribute(String, Object) appears to be disabled because there's no way to pass an Object reference to this method from JConsole. This appears to be normal behavior of JConsole. |