I have something like that in my nutch-site.xml. I think the problem is with tomcat6. I have apache-tomcat6 in a different box and it works.
-----Original Message----- From: Anurag <[email protected]> To: nutch-user <[email protected]> Sent: Fri, Dec 24, 2010 10:24 am Subject: Re: Tomcat adds file:/// to searcher.dir path i have this nutch-site.xml and it works ( in tomcat) <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- Put site-specific property overrides in this file. --> <configuration> <property> <name>searcher.dir</name> <value>/home/anurag/nutch-1.0old/crawl</value> </property> </configuration> ----- Kumar Anurag -- View this message in context: http://lucene.472066.n3.nabble.com/How-do-you-run-multi-site-nutch-in-a-hadoop-cluster-tp2137126p2141860.html Sent from the Nutch - User mailing list archive at Nabble.com.

