You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@sling.apache.org by "Roll, Kevin" <Ke...@idexx.com> on 2015/09/30 17:18:42 UTC

Remotely configuring a bundle

I wish to configure a bundle from outside of the container. Ideally this would be entirely OSGi-ignorant and use simple HTTP/REST methods. By examining the Config page using a proxy I can see that it makes simple POSTs to "/system/console/configMgr/{ID of component}". The parameters seem pretty easy to comprehend and it looks like I could easily generate these calls.

Is this documented anywhere? Are there any reasons I would not want to do this? Thanks!


Re: Remotely configuring a bundle

Posted by Chetan Mehrotra <ch...@gmail.com>.
On Wed, Sep 30, 2015 at 8:48 PM, Roll, Kevin <Ke...@idexx.com> wrote:
> Is this documented anywhere?

Its partially documented at
http://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html#configuration-admin-plugin

Chetan Mehrotra