John
John

Reputation: 203

Weblogic OSGI Bundles Hot Deployment

Can we do a hot deployment of OSGI bundles in weblogic. Currently i am copying the osgi bundles in osgi-lib folder. Instead of this can we deploy the following jars from weblogic console or WSLT.

In apache karaf we can deploy the bundles from command line. I am looking for something similar in weblogic.

Upvotes: 0

Views: 273

Answers (1)

Peter Kriens
Peter Kriens

Reputation: 15372

You can always install the [Apache Felix Gogo shell] ... This has commands to install bundles and manage them. (See also OSGi enRoute Gogo page.)An alternative is Apache Felix FileInstall. This allows you to designate a folder and configuration + bundles are automatically synchronized with this folder.

Upvotes: 1

Related Questions