this.url_list_file = ce.resolvePath(ce.getURIList());
this.html_dump_directory = ce.resolvePath(ce.getHTDocsDumpDir());
robot = new RobotExclusion(ce.getUserAgent());
String robots_file = ce.getRobotsFile();
String robots_domain = ce.getRobotsDomain();
if (robots_file != null && robots_domain != null) {
log.debug(robots_file + " " + robots_domain);