Is it possible to have multiple nutch-site.xml files and somehow tell nutch which one to use at runtime? As a corollary, where in the nutch code is nutch directed to this file and the nutch-default.xml file?
I know that the nutch environment variable, $NUTCH_CONF_DIR, can be changed to specifiy a different /conf directory than the default and accordingly can be used to switch between multiple conf directories. However, what I am trying to do is slightly different. I want to maintain maintain one /conf directory (more specifically, a single location for the regex-urlfilter.txt file), but at the same time, maintain multiple nutch-site.xml files, and be able to tell nutch which own to use each time I run nutch. Any ideas? Thanks, Bryan
