Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to install and run osgi bundle in apache karaf

I have a simple question. I followed this tutorial and created a HelloWorld osgi bundle. How can i install and start this bundle using apache Karaf? How can i refer to the bundle using the osgi:install command?

thank you.

like image 513
Moonlit Avatar asked Jul 09 '12 11:07

Moonlit


1 Answers

You can just drop the bundle into the 'deploy' directory, and Karaf just notices and installs it.

like image 173
Frank Lee Avatar answered Oct 19 '22 22:10

Frank Lee