Websphere 7.X. JMX, how to enable all operations in JConsole?

随声附和 提交于 2019-12-11 00:06:56

问题


When I open JConsole (using confugured .bat file), inside AppManagement Mbean node I see many operations. But most of them are disabled, enabled only one - "MoveModule" operation.. How to enable all JMX operations under AppManagement Mbean node (like "Install application", redeploy, uninstall etc)?

Thanks.


回答1:


That is not possible. JConsole allows to invoke methods that only have parameters with simple types. That includes primitive types, wrapper classes for primitive types and strings. Methods that have parameters with other types cannot be invoked because JConsole doesn't know how to construct instances of these types.



来源:https://stackoverflow.com/questions/11928535/websphere-7-x-jmx-how-to-enable-all-operations-in-jconsole

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!