On 11 February 2011 16:16, Thomas Krichel <krichel@openlib.org> wrote:
Robin Sheat writes
Cheers, glad it's working for you.
Well, now I am at the point where I would like to make my Z39.50 servers available on the Internet. I think I have to replace
<listen id="biblioserver" >unix:/var/run/koha/library/bibliosocket</listen> <listen id="authorityserver" >unix:/var/run/koha/library/authoritysocket</listen>
with
<listen id="biblioserver" >tcp:@:9999</listen> <listen id="authorityserver" >tcp:@:9998</listen>
in koha-conf.xml, but when I do that I still don't get a connection.
root@fafner:/var/log/koha/library# telnet localhost 9999 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused
Could there be a firewall or something blocking port 9999 for external connections? Just a thought... Regards, Magnus Enger libriotech.no