Exporting deployment manifest files
When an application is deployed to the server, a deployment manifest file is generated. It contains the exact set of bundles, at the specific versions, that are deployed as part of that application. If you want to run the same application on another server, you can export the deployment manifest as part of the OSGi application EBA and import it to the new server to ensure that the same set of bundles with the same versions are deployed.
Procedure
- In Enterprise Explorer, right-click your OSGi application project and then select . The Export wizard opens.
- In the To EBA file field, specify the location and name of the EBA file to which you want to export the application project EBA file. Click Finish. The deployment manifest is exported as part of the EBA file.