[Koha-patches] [PATCH 2/2] Adding comments for Zebra Configuration on MSWin32

Chris Nighswonger chris.nighswonger at gmail.com
Sun Dec 6 05:25:25 CET 2009


MSWin32 does not support sockets. These comments give instruction on setting up Zebra tcp port configuration.
---
 etc/koha-conf.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml
index 3feb98e..819cc55 100644
--- a/etc/koha-conf.xml
+++ b/etc/koha-conf.xml
@@ -6,6 +6,11 @@
 
 <listen id="biblioserver" >unix:__ZEBRA_RUN_DIR__/bibliosocket</listen>
 <listen id="authorityserver" >unix:__ZEBRA_RUN_DIR__/authoritysocket</listen>
+<!-- uncomment these lines and comment out the above if running on MSWin32 -->
+<!--
+<listen id="biblioserver" >tcp:localhost:9998/bibliosocket</listen>
+<listen id="authorityserver" >tcp:localhost:9999/authoritysocket</listen>
+-->
 <!-- public server runs on tcp -->
 <!-- <listen id="publicserver" >tcp:@:9999</listen> -->
 
-- 
1.6.5.1.1367.gcd48




More information about the Koha-patches mailing list