From 6216e816379dcacd7843b1fbdb486cdab4728a3e Mon Sep 17 00:00:00 2001 From: Rico Neubauer Date: Tue, 5 Mar 2019 11:12:57 +0100 Subject: [PATCH] ARTEMIS-2269 Using karaf.etc for config location Karaf config should use predefined etc-dir instead of hard-coded etc --- .../src/main/resources/org.apache.activemq.artemis.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis-features/src/main/resources/org.apache.activemq.artemis.cfg b/artemis-features/src/main/resources/org.apache.activemq.artemis.cfg index 3318d15e45..12bac35ba5 100644 --- a/artemis-features/src/main/resources/org.apache.activemq.artemis.cfg +++ b/artemis-features/src/main/resources/org.apache.activemq.artemis.cfg @@ -1,4 +1,4 @@ -config=file:etc/artemis.xml +config=file:${karaf.etc}/artemis.xml name=local domain=karaf rolePrincipalClass=org.apache.karaf.jaas.boot.principal.RolePrincipal