You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2013/12/02 13:51:39 UTC

[jira] [Created] (QPID-5380) Dispatch - Simplify use of non-system instances

Justin Ross created QPID-5380:
---------------------------------

             Summary: Dispatch - Simplify use of non-system instances
                 Key: QPID-5380
                 URL: https://issues.apache.org/jira/browse/QPID-5380
             Project: Qpid
          Issue Type: Improvement
          Components: Qpid Dispatch
            Reporter: Justin Ross
            Assignee: Justin Ross


Right now the config path is set to /etc/qpid-dispatch/... in every instance, and the user needs to override it.

For checkouts and other alternate installs, I propose that instead we look to see if QPID_DISPATCH_HOME is set, and if so load config from QPID_DISPATCH_HOME/etc.

If we then change QPID_DISPATCH_HOME to be the dispatch build dir, where the configured files land by convention, we'll have an instance that can run without extra args.

  - Load config from QPID_DISPATCH_HOME/etc if QDH is set; otherwise, use /etc/qpid-dispatch/...
  - Change the config.sh QPID_DISPATCH_HOME to $(pwd)/build

This additionally helps with home-dir installs.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org