Starting multiple z39 servers automatically
- Product: Aleph
- Product Version: 20, 21, 22, 23
- Relevant for Installation Type: Dedicated-Direct, Direct, Local, Total Care
Question
How can multiple z39.50 servers be started automatically by aleph_startup?
Answer
By default just a single z39_server is started in aleph_start:
setenv Z39_SERVER_PORT 999${ALEPH_SUB_PORT}
To start multiple z39_servers, add the following lines to aleph_start.private:
setenv Z39_START_HOST "9991 9992 9993"
- Article last edited: 28-Feb-2016