Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I deploy my OSGi Karaf application via Tomcat? #44

Open
laurentkvb opened this issue Apr 9, 2018 · 1 comment
Open

How do I deploy my OSGi Karaf application via Tomcat? #44

laurentkvb opened this issue Apr 9, 2018 · 1 comment

Comments

@laurentkvb
Copy link

^

I have currently 4 bundles or 5 bundles that are together as an OSGi application and so far they work well. But I want to deploy this OSGi application via Tomcat on Heroku. I am clueless to find it on the internet and there does not seem to be any documentation of tutorial on how to achieve this?
Or maybe there are other ways to deploy this application?

Any help would be appreciated and thanked!

@cschneider
Copy link
Owner

Tomcat is not a good choice as it is not an OSGi environment.
I just did an example for deploying a small application to kubernetes using the packager from bndtools. This works very well. Maybe this can also help for heroku.
https://github.com/cschneider/osgi-example-systemready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants