From cf9eede7cd9b301b7b711a5c545a16eeb10cd611 Mon Sep 17 00:00:00 2001 From: dbs Date: Sat, 17 Jan 2009 04:43:41 +0000 Subject: [PATCH] Add explicit router_name element required by OpenSRF Replace hardcoded paths with variables to be replaced by autoconf Reformat with xmllint --format for consistent indentation git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11868 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/opensrf_core.xml.example | 281 +++++++++++++++-------------- 1 file changed, 148 insertions(+), 133 deletions(-) diff --git a/Open-ILS/examples/opensrf_core.xml.example b/Open-ILS/examples/opensrf_core.xml.example index 5c8050fffe..edc01e9a78 100644 --- a/Open-ILS/examples/opensrf_core.xml.example +++ b/Open-ILS/examples/opensrf_core.xml.example @@ -1,142 +1,157 @@ - + + + + + - - - - - - - - - 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 + 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 + + + + - - - - - - - - - private.localhost - - 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 - + router + private.localhost + - + + private.localhost + osrf + osrf + 5222 + + + router + + LOCALSTATEDIR/log/osrfsys.log + + 3 + SYSCONFDIR/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 + LOCALSTATEDIR/log/gateway.log + + + + + + + + + private.localhost + + private.localhost + public.localhost + + + + public.localhost + 5222 + LOCALSTATEDIR/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 + + + - - - - -- 2.11.0