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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
