Results 1 to 2 of 2

Thread: deploy issue

  1. #1
    Join Date
    Apr 2010
    Posts
    2

    Default deploy issue

    Hi,

    I copied the spring web flow bundles to repository/usr:

    org.springframework.binding-2.0.3.RELEASE.jar
    org.springframework.js-2.0.3.RELEASE.jar
    org.springframework.webflow-2.0.3.RELEASE.jar
    org.springframework.webflow-library-2.0.3.RELEASE.libd

    I don't see it in localhost:8080/admin artifacts/bunldes even after restart of dm server.

    the config for repository is as which is default:
    ext.type=external
    ext.searchPattern=repository/ext/{artifact}

    usr.type=watched
    usr.watchDirectory=repository/usr

    chain=ext,usr

    how can I confirm the bundles are deployed ?

    dm server is springsource-dm-server-2.0.1.RELEASE.

    Regards,

    Miten Mehta.

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

    Default

    Repositories are essentially passive. The only slight exception is that a watched repository will scan files dropped into a directory and automatically update its index to include the files.

    However, putting artifacts such as bundles into a repository does not cause them to be deployed into dm Server.

    To deploy artifacts, you need to drop them into the pickup directory or use the STS tooling or Admin Console to deploy them.

    Alternatively, you can deploy artifacts from a repository by deploying a plan referring to the artifacts.

    Artifacts which provide package dependencies for your application are automatically deployed from the repository when the application is deployed.

    Please read the documentation for more information. ;-)
    Glyn Normington
    SpringSource

Tags for this Thread

Posting Permissions

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