Now my project requests running two flowscna program on one machine, and the second flowscan process has different flowscan.cf ,JKFlow.xml ,
JKFlow.pm .
However I found the flowscan has the following lines :
$c = new
ConfigReader::DirectiveStyle;
$c->directive('Verbose');
$c->directive('WaitSeconds');
$c->required('FlowFileGlob');
$c->required('ReportClasses');
$c->load("${FindBin::Bin}/${FindBin::Script}.cf");
$flowfileglob
= $c->value('FlowFileGlob');
$opt_w =
$c->value('WaitSeconds');
$opt_v = $c->value('Verbose');
@classes =
split(m/\s*,\s*/, $c->value('ReportClasses'));
If I have two flowscan.cf , which .cf file will the program flowscan use ?
How can I meet my project requests?
thanks!!!
_______________________________________________ Flow-tools mailing list [EMAIL PROTECTED] http://mailman.splintered.net/mailman/listinfo/flow-tools
