Hi,

Let me throw in some more stuff ;-)

  * Apache Felix has the Web Console, which allows remote framework
    management incl. Bundle installation/uninstallation etc.
    Requires an OSGi HttpService implementation available.

  * Apache Felix has a FileInstall tool, wich allows installation
    uninstallation through the file system -- thus with using shared
    filesystems you should be able to do this.

  * Apache Sling has a JCR Install tool, which allows installation
    and uninstallation of bundles through a JCR repository. Provided
    you have a JCR repository installed and remote access to it, you
    can drop bundles there to have them installed.

Regards
Felix


On 14.05.2010 07:52, Sebastian Weber wrote:
> Hi all,
> 
> I looking for a working approach deploying a bundle in a remote OSGi
> framework. I develop and build my bundles in Eclipse and the Equinox
> OSGi framework is running on a remote server. Have anyone an idea how I
> can close my work-flow gap??
> I can build the bundles local and use scp for copy them to the remote
> server. By using telnet I can install the bundle with the appropriate
> path and file name. At the moment that works just for one user. Is there
> a way to develop with more then one user on one remote framework?
> 
> I hope out there will be anyone who has the same problem and I will be
> happy if she/he has already an solution! ;o)
> 
> 
> Thanks a lot!
> 
> Sebastian
> 
> _______________________________________________
> OSGi Developer Mail List
> osgi-dev@mail.osgi.org
> https://mail.osgi.org/mailman/listinfo/osgi-dev
> 
_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to