|
From: <de...@us...> - 2003-08-13 12:07:57
|
Update of /cvsroot/babeldoc/babeldoc/readme/userguide In directory sc8-pr-cvs1:/tmp/cvs-serv11509/readme/userguide Modified Files: chapter5.xml Log Message: Added section on starting scanner tool Index: chapter5.xml =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/readme/userguide/chapter5.xml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** chapter5.xml 24 Feb 2003 22:50:28 -0000 1.1.1.1 --- chapter5.xml 13 Aug 2003 11:48:24 -0000 1.2 *************** *** 6,10 **** <para>The scanner is a tool that scans for messages from a variety of sources and when a message is found, it is fed into the pipeline. The scanner is an automation tool in that a system can be built up using scanners and pipelines. This is an alternative to the <userinput>process</userinput> script which feeds a simple document into the pipeline when run. The scanner is currently capable of scanning a directory in a filesystem, a mailbox on a mail-server and a JMS queue. The period of scan and the pipeline to feed as well as other specific configuration options are all set in the <userinput>config/scanner/config/</userinput> file. There may be one or many scanning threads active, each configured differently. For example, one scanner thread could be polling a mailbox once every 60secs while another scanning a directory every 10seconds. The scanner is also capable of scanning based on a schedule specified in the same way that CRON is on UNIX systems.</para> </section> ! <section> <title>Configuration</title> --- 6,14 ---- <para>The scanner is a tool that scans for messages from a variety of sources and when a message is found, it is fed into the pipeline. The scanner is an automation tool in that a system can be built up using scanners and pipelines. This is an alternative to the <userinput>process</userinput> script which feeds a simple document into the pipeline when run. The scanner is currently capable of scanning a directory in a filesystem, a mailbox on a mail-server and a JMS queue. The period of scan and the pipeline to feed as well as other specific configuration options are all set in the <userinput>config/scanner/config/</userinput> file. There may be one or many scanning threads active, each configured differently. For example, one scanner thread could be polling a mailbox once every 60secs while another scanning a directory every 10seconds. The scanner is also capable of scanning based on a schedule specified in the same way that CRON is on UNIX systems.</para> </section> ! <section> ! <title>Starting scanner</title> ! <para>Scanner tool is started by <userinput>babeldoc scanner</userinput> command. This command will use configuration from <userinput>scanner/config</userinput>. If you want to use configuration from some different you can use <userinput>-s another_configuration</userinput> switch to specify configuration that should be used instead of default one. ! </para> ! </section> <section> <title>Configuration</title> |