JMX REST Connector 2.0
可通过任何 JDK 在本地或远程使用的安全 JMX 连接器。它允许 JMX 客户机通过基于 REST 的连接器进行远程访问,并需要 SSL 和基本用户安全配置。此功能部件将取代 restConnector-1.0 功能部件,并且不包括 jaxrs-1.1 功能部件。
启用此功能部件
要启用 JMX REST Connector 2.0 功能部件,请在 server.xml 文件的 featureManager 元素内添加以下元素声明:
<feature>restConnector-2.0</feature>
开发依赖于此功能部件的功能部件
如果您要开发依赖于 JMX REST Connector 2.0 功能部件的功能部件,请在新功能部件的功能部件清单文件的 Subsystem-Content 头中添加以下项:
com.ibm.websphere.appserver.restConnector-2.0; type="osgi.subsystem.feature"
此功能部件启用的功能部件
此功能部件提供的 IBM API 包
功能部件配置元素
可在 server.xml 文件中使用以下元素来配置 JMX REST Connector 2.0 功能部件:
- administrator-role
- authCache
- authentication
- authorization-roles
- basicRegistry
- channelfw
- classloading
- httpAccessLogging
- httpDispatcher
- httpEncoding
- httpEndpoint
- httpOptions
- httpProxyRedirect
- jaasLoginContextEntry
- jaasLoginModule
- library
- ltpa
- mimeTypes
- quickStartSecurity
- remoteFileAccess
- tcpOptions
- trustAssociation
- virtualHost