From: erickson Date: Wed, 5 Mar 2008 22:39:08 +0000 (+0000) Subject: added a multidomain opensrf_core.xml example. updated the basic opensrf_core.xml... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c146f19e93d00a03d3361ebc39877aef6ac44d7f;p=Evergreen.git added a multidomain opensrf_core.xml example. updated the basic opensrf_core.xml to match opensrf changes (as of opensrf changeset 1253) git-svn-id: svn://svn.open-ils.org/ILS/trunk@8871 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/opensrf_core.xml.example b/Open-ILS/examples/opensrf_core.xml.example index d5b3530c68..2738453a00 100644 --- a/Open-ILS/examples/opensrf_core.xml.example +++ b/Open-ILS/examples/opensrf_core.xml.example @@ -7,20 +7,12 @@ router - - - - - localhost - + + localhost - - - - localhost - + + localhost client mypass 5222 @@ -99,43 +91,45 @@ - - - - 0 - - - - - localhost - - - localhost - - - - - - - localhost - 5222 - - - router - mypassword - - - - router - 10 - 5 - - - /openils/var/log/router.log - 3 - - + + + + + 0 + + + + + localhost + + + localhost + + + + + + + localhost + 5222 + + + router + mypassword + + + + router + 10 + 5 + + + /openils/var/log/router.log + 3 + + + diff --git a/Open-ILS/examples/opensrf_core.xml.example.multidomain b/Open-ILS/examples/opensrf_core.xml.example.multidomain new file mode 100644 index 0000000000..c95cca9a34 --- /dev/null +++ b/Open-ILS/examples/opensrf_core.xml.example.multidomain @@ -0,0 +1,140 @@ + + + + + + + + + + + + router + public.localhost + + opensrf.math + open-ils.cat + open-ils.supercat + open-ils.search + open-ils.circ + open-ils.actor + open-ils.auth + open-ils.collections + open-ils.reporter + + + + + + router + private.localhost + + + + + + private.localhost + osrf + osrf + 5222 + + /openils/var/log/osrfsys.log + + 3 + /openils/conf/opensrf.xml + + + + + + + true + router + + + public.localhost + + + + opensrf.math + opensrf.dbmath + open-ils.cat + open-ils.search + open-ils.circ + open-ils.actor + open-ils.auth + open-ils.collections + open-ils.reporter + + + + osrf + osrf + 5222 + 3 + /openils/var/log/gateway.log + + + + + + + + + + private.localhost + public.localhost + + + public.localhost + 5222 + /openils/var/sock/unix_sock + router + osrf + router + 10 + 5 + + syslog + local2 + 5 + + + + private.localhost + + private.localhost + + + private.localhost + 5222 + router + osrf + router + 10 + 5 + + syslog + local2 + 4 + + + + + + + + + +