What we did: Is we employed an Open Source Maven repo in staging - to which we pointed the ops4j maven repo url towards.
Then we would rsync the bundles from the repo storage directory to the production servers (filtering out snapshots) On 13 October 2011 16:44, sam ” <[email protected]> wrote: > Hey, > > I'm using Felix Web Console to deploy bundles to running Felix. > > pkg="$1" > host="$2" > url="http://$host/system/console/install" > curl -f -F"action=install" -F"_noredir_=_noredir_" -F"bundlefile=@$pkg" > -F"bundlestart=start" -F"bundlestartlevel=20" -F"refreshPackages=true" -u > "$cred" "$url" || err "bad" > > > But this causes too much trouble for production. > Felix just hangs... and bundles are in Installed state, not Active.. And, I > can't make the bundles Active by clicking Web Console's button. > > > What is a proper way to deploy OSGi bundles to Felix? > Is there a way to shutdown Felix completely, and deploy the bundles and > bring the Felix back up? > > It is scary to deploy bundles on a live and busy server without taking it > down first. > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

