I have written some test codes using nutch api. As nutch-default.xml and nutch-site.xml are included in nutch-0.7.jar, can I debug my code with these files in a conf dir instead of binding in the jar file? Besides, how can I refer to other files like mime-types.xml in my code? Where does NutchConf load them?
