users@glassfish.java.net

Re: OSGi

From: Sahoo <sanjeeb.sahoo_at_oracle.com>
Date: Wed, 27 Jul 2011 08:31:30 +0530

Hi,

If you have installed the web console, then visit a url like
http://localhost:8080/osgi/system/console/bundles
to see a list of bundles. The last column in the table has a title
"Actions" and the values are four icons. The third one can be used to
update the bundle. If you hover over the icon, you will get a hint as well.

If you have not installed the web console, then you need to have it
installed first. Look at
http://glassfish.java.net/public/GF-OSGi-Features.pdf for instructions.

Thanks,
Sahoo
On Tuesday 26 July 2011 10:59 PM, Yannick Eyebe wrote:
> Hi,
> I have an application developed with OSGi.I changed the code of one of
> the bundle.
> I would like to know how to update this bundle using glassfish OSGi
> web administration console.
>
> Regards,