I am crawling using Heritrix 3.1.0. I am trying to save the files using the MirrorWriterProcessor. However, this option is not available in the crawler-beans.cxml.
What I did was to replace the "warcWriter" "org.archive.modules.writer.WARCWriterProcessor" to "org.archive.modules.writer.MirrorWriterProcessor"
However, this processor write the mirror content to $HERITRIX_HOME/mirror
I configured the "path" to "${launchId}/mirror", hoping Heritrix to write the mirror directory to under the job directory.
What shall I do to change the path of MirrorWriterProcessor to under the job directory?