Importing 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, or view the contents of the deployment manifest file, you can import the deployment manifest into your workspace.
Before you begin
- Create an OSGi application project.
- Add the OSGi application to a server instance.
- Start the server
Procedure
- In the Servers view, expand your server instance and right-click your OSGi application and select View Deployment Manifest. The Deployment manifest file opens in the editor.
- Click Import. Your deployment manifest file is imported into the META-INF folder of your application.