Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Deploying an OSGI bundle in a production environment

Avatar

Level 3

Hi

I'm currently updating an OSGI service in my local environment. I can deploy the OSGI service to my DEV and Test anvironments by using maven profiles that i have created.

I want to deploy the OSGI bundle to a production environment. What do i need to give to the system administrator for them to deploy the OSGI bundle in production?

Thanks 

1 Accepted Solution

Avatar

Correct answer by
Level 10

Why not place the OSGi bundles in a package under an install folder and deploy the package to Prod server. Then the OSGi bundles will be deployed with the package. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Why not place the OSGi bundles in a package under an install folder and deploy the package to Prod server. Then the OSGi bundles will be deployed with the package.