From 7e7f02f000a476e525c866dd8d7f5328ddd83b6b Mon Sep 17 00:00:00 2001 From: Chris Ridd <chris.ridd@forgerock.com> Date: Mon, 02 Mar 2015 14:59:47 +0000 Subject: [PATCH] CR-5578 fix OPENDJ-821: org.opends.server.protocols.jmx.client-unknown --- opendj-server-legacy/src/admin/messages/JMXConnectionHandlerCfgDefn.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-server-legacy/src/admin/messages/JMXConnectionHandlerCfgDefn.properties b/opendj-server-legacy/src/admin/messages/JMXConnectionHandlerCfgDefn.properties index 3544453..a685634 100644 --- a/opendj-server-legacy/src/admin/messages/JMXConnectionHandlerCfgDefn.properties +++ b/opendj-server-legacy/src/admin/messages/JMXConnectionHandlerCfgDefn.properties @@ -15,8 +15,8 @@ property.key-manager-provider.synopsis=Specifies the name of the key manager that should be used with this JMX Connection Handler . property.key-manager-provider.requires-admin-action.synopsis=Changes to this property take effect immediately, but only for subsequent attempts to access the key manager provider for associated client connections. property.key-manager-provider.syntax.aggregation.constraint-synopsis=The referenced key manager provider must be enabled when the JMX Connection Handler is enabled and configured to use SSL. -property.listen-address.synopsis=Specifies the address or set of addresses on which this JMX Connection Handler should listen for connections from JMX clients. However JMX/RMI doesn't allow this, and this property cannot be set. -property.listen-address.description=Multiple addresses may be provided as separate values for this attribute. If no values are provided, then the JMX Connection Handler listens on all interfaces. +property.listen-address.synopsis=Specifies the address on which this JMX Connection Handler should listen for connections from JMX clients. +property.listen-address.description=If no value is provided, then the JMX Connection Handler listens on all interfaces. property.listen-port.synopsis=Specifies the port number on which the JMX Connection Handler will listen for connections from clients. property.listen-port.description=Only a single port number may be provided. property.rmi-port.synopsis=Specifies the port number on which the JMX RMI service will listen for connections from clients. A value of 0 indicates the service to choose a port of its own. -- Gitblit v1.10.0