On Tue, Sep 16, 2008 at 8:17 AM, Martin Spinassi <[EMAIL PROTECTED]> wrote:
>> Why not have your upload servlet invoke rsync when a new file has >> been stored? > Can you give me some more details or where to get some more info? Runtime.exec("/usr/bin/rsync") -- though you may want to instead invoke a script file containing the appropriate rsync arguments. This works fine. I've even used rsync's "dry-run" mode to create a list of files that differed between two systems (e.g. staging and production) to generate a form page and allow the user to pick which ones to sync. HTH, -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]