Results 1 to 3 of 3

Thread: pickupDirectory check interval

  1. #1
    Join Date
    Feb 2008
    Posts
    16

    Default pickupDirectory check interval

    Hi,

    How can I configure interval in which SpringSource DM checks pickupDirectory for modification ?

  2. #2
    Join Date
    Oct 2008
    Location
    Winchester, UK
    Posts
    535

    Default

    There is currently no way to configure this. If you would like to, please add this as a user story to our JIRA system so we can include it in a future sprint of 2.0.

    An alternative would be to drive the deployer programmatically through its JMX interface so you would have complete control of when each artefact is deployed.

    WDYT?
    Glyn Normington
    SpringSource

  3. #3
    Join Date
    Feb 2008
    Posts
    16

    Default

    Thanks for answer.

    Drive deployer programmatically is little bit overhead in my case.

    The problem I had is that sometimes I've got 'DELETED' event instead of 'MODIFIED' event.
    And rarely I've got ZipException. Because I'm making this through SSH and it takes some time to copy whole bundle.

    I've solved this by coping bundle to server's local directory and than moving it into pickup directory.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •