From 3a5f77c287164e1aeae6cb22796ba5796938cc34 Mon Sep 17 00:00:00 2001 From: sinthuja Date: Wed, 26 Apr 2017 14:10:02 +0530 Subject: [PATCH 1/3] Adding device manager profile node also in the indexing profiles for the store to work in the distributed mode. --- modules/distribution/src/core/conf/registry.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/distribution/src/core/conf/registry.xml b/modules/distribution/src/core/conf/registry.xml index f49dbfc2..20787e99 100644 --- a/modules/distribution/src/core/conf/registry.xml +++ b/modules/distribution/src/core/conf/registry.xml @@ -226,17 +226,17 @@ - + - - - - - - - + + + + + + + From 93cd14bc432af2b45fdfa37ab7e2799a6f9b939f Mon Sep 17 00:00:00 2001 From: sinthuja Date: Wed, 26 Apr 2017 14:18:06 +0530 Subject: [PATCH 2/3] Adding the device-manager backend profile as well for webapp publishing. --- .../distribution/src/core/conf/etc/webapp-publisher-config.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/distribution/src/core/conf/etc/webapp-publisher-config.xml b/modules/distribution/src/core/conf/etc/webapp-publisher-config.xml index 59a239ac..3728f9a1 100644 --- a/modules/distribution/src/core/conf/etc/webapp-publisher-config.xml +++ b/modules/distribution/src/core/conf/etc/webapp-publisher-config.xml @@ -36,5 +36,6 @@ default device-manager + device-backend \ No newline at end of file From 7a4171be63c371fcac4fe6c4e9d222125907e91c Mon Sep 17 00:00:00 2001 From: sinthuja Date: Wed, 26 Apr 2017 15:23:51 +0530 Subject: [PATCH 3/3] Removing the device-manager profile from webapp-publisher-config.xml. --- .../distribution/src/core/conf/etc/webapp-publisher-config.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/distribution/src/core/conf/etc/webapp-publisher-config.xml b/modules/distribution/src/core/conf/etc/webapp-publisher-config.xml index 3728f9a1..4762c6e8 100644 --- a/modules/distribution/src/core/conf/etc/webapp-publisher-config.xml +++ b/modules/distribution/src/core/conf/etc/webapp-publisher-config.xml @@ -35,7 +35,6 @@ default - device-manager device-backend \ No newline at end of file