Z39.50 for more than one Koha instance
Hi, I defined two instances in Koha (16.05). I can query the first instance through Z39.50, and I need to query the second one. Any hint about this? My attempts are unsuccessful up to now. Thx. Stefano
You are probably asking about the zebra server then. I've setup three instances on my servers where zebra runs on a different server than the staff interface. I changed three things to get mine working. First is the listen tags. Each listen tag has to have a unique port across all of your zebra instances. So I ended up with six different ports in use by zebra. Second is the port number in the server/explain/serverinfo tag for each server. I don't know if this is important, so I changed it to match the listen tag. Last, each server has an associated serverinfo tag where the user and password is defined. I would strongly recommend changing these from the default to something else. I hope this helps. It's been a while since I setup my servers this way and I may have forgotten something. On Wed, Jul 11, 2018 at 3:03 AM Stefano Bargioni <bargioni@pusc.it> wrote:
Hi, I defined two instances in Koha (16.05). I can query the first instance through Z39.50, and I need to query the second one. Any hint about this? My attempts are unsuccessful up to now. Thx. Stefano _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
-- Michael Hafen Washington County School District Technology Department Systems Analyst
participants (2)
-
Michael Hafen -
Stefano Bargioni