From 19703267e585971e61e9e09b8bdcc31b13afe3a8 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 22 Feb 2016 13:57:44 +0100 Subject: [PATCH] sirona-aem - enable jmx --- customer/sirona-aem/common.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/sirona-aem/common.yaml b/customer/sirona-aem/common.yaml index 23896c81..c88ca021 100644 --- a/customer/sirona-aem/common.yaml +++ b/customer/sirona-aem/common.yaml @@ -13,6 +13,8 @@ aem::author::license_product_version: '6.1.0.20150507' aem::author::license_customer_name: 'SIRONA DENTAL SYSTEMS GMBH' aem::author::license_product_name: 'Adobe Experience Manager' +aem::author::jvm_opts: '-d64 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false' + #aem::author::install_packages: aem::author::instance_name: author aem::author::install_mode: 'quickstart' @@ -26,6 +28,8 @@ aem::publish::license_product_version: '6.1.0.20150507' aem::publish::license_customer_name: 'SIRONA DENTAL SYSTEMS GMBH' aem::publish::license_product_name: 'Adobe Experience Manager' +aem::publish::jvm_opts: '-d64 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false' + aem::publish::install_mode: 'quickstart' aem::publish::instance_name: publish aem::publish::install_options: -- 2.39.5