-
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.
-
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. ;-)