JAMES-2439 Document new Guice jmx.enabled configuration option
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5f505b65 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5f505b65 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/5f505b65 Branch: refs/heads/master Commit: 5f505b658720fbe144a546ee69ff33e5f7d471f2 Parents: a2e1b1d Author: benwa <[email protected]> Authored: Mon Jun 25 11:58:20 2018 +0700 Committer: benwa <[email protected]> Committed: Tue Jun 26 16:11:09 2018 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/config-system.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/5f505b65/src/site/xdoc/server/config-system.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/config-system.xml b/src/site/xdoc/server/config-system.xml index 0c8ca3c..c4ab38f 100644 --- a/src/site/xdoc/server/config-system.xml +++ b/src/site/xdoc/server/config-system.xml @@ -117,6 +117,8 @@ <p>This is used to configure the JMX MBean server via which all management is achieved (also used by via the james-cli).</p> <dl> + <dt><strong>jmx.enabled</strong></dt> + <dd>(Guice only). Boolean. Should the JMX server be enabled? Defaults to `true`.</dd> <dt><strong>jmx.address</strong></dt> <dd>The IP address (host name) the MBean Server will bind/listen to.</dd> <dt><strong>jmx.port</strong></dt> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
