On Wed, Dec 14, 2016 at 12:07 PM, Robert Munteanu <romb...@apache.org> wrote: > ...The idea is to allow the user to redefine it at runtime via system > properties: > > java -jar ... -Dmpx.repository.home=/some/place ...
FWIW the crankstart launcher supports this, I've just added an example at http://svn.apache.org/r1774245 as that was not tested for configs so far. I think it's required for modern operations, where some things are known only at runtime. -Bertrand