Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Bundle Cache Location

This location in known as the "storage area" in the terms of the OSGi
specification. You can change it by setting the property
"org.osgi.framework.storage".

You can set this property in config.ini, or if you are using the
FrameworkFactory API to launch OSGi you can add it to the Map
parameter that is passed to FrameworkFactory.newFramework().

Regards,
Neil

On Tue, Aug 30, 2011 at 5:21 AM, Ali Naddaf <ali.naddaf@xxxxxxxxx> wrote:
> Hello everyone.
>
> Is it possible to configure equinox to use a location outside of the
> "configuration" directory for its local bundle cache? I believe by default,
> it creates an org.eclipse.osgi directory under the configuration directory
> and the bundle cache goes there and I would like to see if it feasible to
> change this behavior through a configuration parameter.
>
> Many thanks,
> Ali.
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
>


Back to the top