JAMES-2439 Add jmx.enabled in reference configurations
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/25e9a11b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/25e9a11b Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/25e9a11b Branch: refs/heads/master Commit: 25e9a11be2ea06617b1a7bc3b2c41ead9d0c3f0b Parents: 5f505b65 Author: benwa <[email protected]> Authored: Mon Jun 25 12:00:45 2018 +0700 Committer: benwa <[email protected]> Committed: Tue Jun 26 16:11:09 2018 +0700 ---------------------------------------------------------------------- .../run/guice/cassandra-ldap/destination/conf/jmx.properties | 1 + dockerfiles/run/guice/cassandra/destination/conf/jmx.properties | 1 + dockerfiles/run/guice/jpa/destination/conf/jmx.properties | 1 + .../guice/memory-guice/sample-configuration/jmx.properties | 1 + 4 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/25e9a11b/dockerfiles/run/guice/cassandra-ldap/destination/conf/jmx.properties ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/cassandra-ldap/destination/conf/jmx.properties b/dockerfiles/run/guice/cassandra-ldap/destination/conf/jmx.properties index a1dbdf8..1c39a17 100644 --- a/dockerfiles/run/guice/cassandra-ldap/destination/conf/jmx.properties +++ b/dockerfiles/run/guice/cassandra-ldap/destination/conf/jmx.properties @@ -24,5 +24,6 @@ # See http://james.apache.org/server/3/config.html for usage +jmx.enabled=true jmx.address=127.0.0.1 jmx.port=9999 http://git-wip-us.apache.org/repos/asf/james-project/blob/25e9a11b/dockerfiles/run/guice/cassandra/destination/conf/jmx.properties ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/cassandra/destination/conf/jmx.properties b/dockerfiles/run/guice/cassandra/destination/conf/jmx.properties index a1dbdf8..1c39a17 100644 --- a/dockerfiles/run/guice/cassandra/destination/conf/jmx.properties +++ b/dockerfiles/run/guice/cassandra/destination/conf/jmx.properties @@ -24,5 +24,6 @@ # See http://james.apache.org/server/3/config.html for usage +jmx.enabled=true jmx.address=127.0.0.1 jmx.port=9999 http://git-wip-us.apache.org/repos/asf/james-project/blob/25e9a11b/dockerfiles/run/guice/jpa/destination/conf/jmx.properties ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/jpa/destination/conf/jmx.properties b/dockerfiles/run/guice/jpa/destination/conf/jmx.properties index a1dbdf8..1c39a17 100644 --- a/dockerfiles/run/guice/jpa/destination/conf/jmx.properties +++ b/dockerfiles/run/guice/jpa/destination/conf/jmx.properties @@ -24,5 +24,6 @@ # See http://james.apache.org/server/3/config.html for usage +jmx.enabled=true jmx.address=127.0.0.1 jmx.port=9999 http://git-wip-us.apache.org/repos/asf/james-project/blob/25e9a11b/server/container/guice/memory-guice/sample-configuration/jmx.properties ---------------------------------------------------------------------- diff --git a/server/container/guice/memory-guice/sample-configuration/jmx.properties b/server/container/guice/memory-guice/sample-configuration/jmx.properties index a1dbdf8..1c39a17 100644 --- a/server/container/guice/memory-guice/sample-configuration/jmx.properties +++ b/server/container/guice/memory-guice/sample-configuration/jmx.properties @@ -24,5 +24,6 @@ # See http://james.apache.org/server/3/config.html for usage +jmx.enabled=true jmx.address=127.0.0.1 jmx.port=9999 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
