[
https://issues.apache.org/jira/browse/ARTEMIS-2269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
clebert suconic closed ARTEMIS-2269.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.7.0
> Karaf config should use predefined etc-dir instead of hard-coded etc
> --------------------------------------------------------------------
>
> Key: ARTEMIS-2269
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2269
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 2.6.4
> Reporter: Rico Neubauer
> Priority: Minor
> Labels: easyfix, features, pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> In Karaf configuration file
> /artemis-features/src/main/resources/org.apache.activemq.artemis.cfg the path
> to karaf.etc directory is hard-coded with "etc":
> {noformat}
> config=file:etc/artemis.xml{noformat}
> This represents an issue if KARAF_ETC is reconfigured to point to another
> directory than "etc".
> Fix is easy, just using the predefined "karaf.etc" instead:
> {noformat}
> config=file:${karaf.etc}/artemis.xml{noformat}
> Will push a pull-request.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)