Rangaprasad
Rangaprasad

Reputation: 23

Invoke fuse esb automatically

I need to write an automated script which will call fuse esb and then it should call osgi:install command to deploy a bundle.. what is the best possible way? Any input/pointers highly appreciated. Thanks.

Upvotes: 1

Views: 140

Answers (1)

Claus Ibsen
Claus Ibsen

Reputation: 55550

You can use SSH or the Karaf client to execute a script that installs a bundle etc. See some details here: http://karaf.apache.org/manual/latest-2.3.x/users-guide/remote-console.html

Upvotes: 1

Related Questions