Bug 50106

Summary: Fix several mbean descriptors
Product: Tomcat 7 Reporter: Eiji Takahashi <mashmk02>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: patch for mbeans-descriptors.xml

Description Eiji Takahashi 2010-10-17 21:00:41 UTC
Fix several mbean descriptors: 
 - Add writeable="false" to Lifecycle stateName(setter is not provided for stateName).
 - Remove obsolete bufferSize from CoyoteConnector.
 - Add packetSize to CoyoteConnector.
Comment 1 Eiji Takahashi 2010-10-18 00:20:22 UTC
Created attachment 26180 [details]
patch for mbeans-descriptors.xml

Add three fixes:
- Add writeable="false" to JspServlet jspCount.
- Change type from long to int for StandardWrapper maxInstances.
- Change type from java.lang.String to boolean for StandardContext distributable.

Best regards.
Comment 2 Mark Thomas 2010-11-24 15:55:19 UTC
Many thanks for the patch. It has been applied to 7.0.x and will be included in 7.0.6 onwards.