Hi all, I was trying to find a way to load NutchConf by specifying the exact location of the conf files. Is there a way to load the NutchConf without actually adding the conf files to the classpath? I looked at the api doc and I does not seem to have a way to do that.
I am thinking extending NutchConf and overriding public URL getResource(String name); would that be a pretty good way of going about it? Also, does anyone see a need a case where we need to load conf files that are not on classpath? Regards, Paul
