This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 6216e81  ARTEMIS-2269 Using karaf.etc for config location
     new 751323e  This closes #2575
6216e81 is described below

commit 6216e816379dcacd7843b1fbdb486cdab4728a3e
Author: Rico Neubauer <r.neuba...@seeburger.de>
AuthorDate: Tue Mar 5 11:12:57 2019 +0100

    ARTEMIS-2269 Using karaf.etc for config location
    
    Karaf config should use predefined etc-dir instead of hard-coded etc
---
 artemis-features/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 3318d15..12bac35 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

Reply via email to