I have set the property searcher.dir in nutch-site.xml configured in my nutch webapp in tomcat according the tutorial, but it didn't work. I have to start the tomcat where the crawl folder is at in order to make the site work. Am I doing something wrong?
Thanks, <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="nutch-conf.xsl"?> <!-- Put site-specific property overrides in this file. --> <nutch-conf> <property> <name>searcher.dir</name> <value>/opt/nutch/crawl</value> </property> </nutch-conf> Guanyu -- "Simplicity is the key to brilliance."
