If you have two search servers search1.mydomain.com search2.mydomain.com Then on each of them run ./bin/nutch server 1234 /index
Now go to your tomcat box. In the directory where you used to have "segments" dir (either tomcat startup directory or directory specified in nutch config xml). Create "search-servers.txt" file containing: search1.mydomain.com 1234 search2.mydomain.com 1234 And move your old segment/index directories somewhere else so they are not by accident used. You should see search activity in your search servers logs now. Regards Piotr On 8/2/05, webmaster <[EMAIL PROTECTED]> wrote: > I read the wiki on the server option, how does it talk with tomcat for the > search? it says > ./bin/nutch server port index dir > ./bin/nutch server 1234 /index > > how does it talk with eachother to find the other servers in the cluster? > -Jay >
