|
Lines 6-16
Link Here
|
| 6 |
|
6 |
|
| 7 |
<listen id="biblioserver" >unix:__ZEBRA_RUN_DIR__/bibliosocket</listen> |
7 |
<listen id="biblioserver" >unix:__ZEBRA_RUN_DIR__/bibliosocket</listen> |
| 8 |
<listen id="authorityserver" >unix:__ZEBRA_RUN_DIR__/authoritysocket</listen> |
8 |
<listen id="authorityserver" >unix:__ZEBRA_RUN_DIR__/authoritysocket</listen> |
| 9 |
<!-- uncomment these lines and comment out the above if running on MSWin32 --> |
|
|
| 10 |
<!-- |
| 11 |
<listen id="biblioserver" >tcp:localhost:9998/bibliosocket</listen> |
| 12 |
<listen id="authorityserver" >tcp:localhost:9999/authoritysocket</listen> |
| 13 |
--> |
| 14 |
|
9 |
|
| 15 |
<!-- Uncomment the following entry if you want to run the public Z39.50 server. |
10 |
<!-- Uncomment the following entry if you want to run the public Z39.50 server. |
| 16 |
Also uncomment the <server> and <serverinfo> sections for id 'publicserver' |
11 |
Also uncomment the <server> and <serverinfo> sections for id 'publicserver' |
| 17 |
- |
|
|