Hi all, I am new on using Nutch and I found that Nutch is really good. I have a problem and hope somebody can shed a light.
I have built an index and a web application that makes use of that index. I plan to have two web application servers running the application. Since I do not want to replicate the application and the index on each web application server, I put the application and the index on a shared location and configure nutch-site.xml as follow: <property> <name>searcher.dir</name> <value>\\111.111.111.111\folder\index</value> <description> Path to root of crawl</description> </property> <property> <name>plugin.folders</name> <value>\\111.111.111.111\folder\plugins</value><description> </property> However it seems that my application can not find the index. I have checked that the web application server have access to the shared location. Is there something that I missed here? Does Nutch allow us to put the index on a network location? Thank you. JustAvantToi -- View this message in context: http://www.nabble.com/Accessing-an-Index-from-a-shared-location-tp25988498p25988498.html Sent from the Nutch - User mailing list archive at Nabble.com.