Adding comments for Zebra Configuration on MSWin32
authorChris Nighswonger <chris.nighswonger@gmail.com>
Sun, 6 Dec 2009 04:25:25 +0000 (23:25 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 20 Dec 2009 13:27:03 +0000 (14:27 +0100)
MSWin32 does not support sockets. These comments give instruction on setting up Zebra tcp port configuration.

etc/koha-conf.xml

index 3feb98e..819cc55 100644 (file)
@@ -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> -->