Github user KeiichiFujino commented on the issue: https://github.com/apache/tomcat/pull/56 Sorry for the late reply. I do not think it work as expected. Even if updating the type of channelStartOptions from int to String in mbeans-descriptor, it will display int format values. Because the channelSendOptions is always set to int format. if you set channelSendOptions = "asynchronous", 8 will be displayed via JMX. For example, The channelSendOptions in the String format specified by the argument must be saved under a different name(e.g. channelSendOptionsName) and published to JMX. Then add the following definition to mbeans-descriptor. ` <attribute name="channelSendOptionsName" description="channelStartOptions name." writeable="false" type="java.lang.String"/> `
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org