0
votes

I have total 35 (and increasing) Worklight Adapters in my Worklight Hybrid App. Now every time I power on my Mac, I need to deploy all those work light adapters ONE-BY-ONE

Is there any method by which I can deploy awl the adapters in single shot. As of now, I am unable to find out the way.

Anyone else faced the similar problem?

I am using:
Eclipse Java EE IDE for Web Developers.
Version: Juno Service Release 2
Build id: 20130225-0426

If that matters.

1
What is your Worklight version? Also, after you power on the computer, open Eclipse and start the Worklight Development Server, and then visit Worklight Console, the apps and adapters are not available? I find it highly unlikely that you will need to re-deploy all of your adapters...Idan Adar
What I actually asked is, Is there any way that I can start all adapters in one go? Will try what you suggested though.viral

1 Answers

2
votes

A Deploy All Adapters action is not available in Worklight Studio, but sounds like a rather useful feature for cases like yours. Feel free to submit a feature request.

After you power on the computer, open Eclipse and start the Worklight Development Server, and then visit Worklight Console, the apps and adapters are not available? I find it highly unlikely that you will need to re-deploy all of your adapters...

A possible workaround for it will be to enhance the Ant script that deploys apps and adapters, to deploy them all using a loop. Also see: