|
||||
This document provides a guide to the tpt_intray module which hosts the Intray transport. OverviewThe Intray transport is an in-tray to out-tray processor. It allows files to be dropped into an "in" directory, processed with a configurable process and the result is written to an "out" directory. This is a classic pattern, it is provided as an example of an alternative to the HTTP transport and can be a useful transport for resource processing on a network fileshare - for example to distill XSL-FO sources to PDF etc. Configuration
To use this transport import <transports>
<transport>org.ten60.transport.intray.IntrayTransport</transport> </transports>
The Intray transport reads it's configuration from <this>
<match>ffcpl:/etc.*</match> </this> The Intray configuration file is as follows <IntrayConfig>
<in>/home/pjr/in</in> <out>/home/pjr/out</out> <processURI>active:dpml+operand@ffcpl:/myprocess/process.idoc</processURI> <pollInterval>5000</pollInterval> </IntrayConfig>
|
||||
|
© 2003,2004, 1060® Research Limited
1060 registered trademark, NetKernel trademark of 1060 Research Limited
|
||||