0
votes

Hello Folks,

We are recently working on IBM worklight and what we want to try is:

We have two machine, one we want to set as server and other one is for my developer to build the app.

Currently we have installed Apache Tomcat server on the machine which we want to make as server. We even have IBM Worklight installed on it. Now What I want to achieve is to deploy the app from other machine to this server. But I am not able to set up the things properly.

Things done so far:

  • Installed Apache Tomcat server software on a machine (server)
  • Installed IBM Installation Manager

I am not getting how will I set up the Worklight Server on this machine. Can anyone provide some information?

1
Did you try this link to configure the server? once you configure the server follow this link to deploy the WAR ( worklight console ) and applications ( Wlapps and adapter files)Bluewings
Thanks bluewings . But what i want to do is I want to install the IBM worklight on apache tomcat server so that I can deployee the apps from various other machines over here and keep my app running all the timeNitin Mesta
you cant deploy directly to external server. First build the WAR file and deploy that in server then deploy all the WLAPP and Adapters in worklight consoleBluewings

1 Answers

0
votes

You cannot directly deploy from Worklight Studio (the Eclipse plug-in) to a remote Worklight Server.

The steps you need to take are:

  1. Setup your application for a remote server, via the Build Settings and Deploy Target window
  2. Build the app
  3. Take the .wlapp/.adapter file and deploy it to the remote Worklight Server via it's Worklight Console

If you have done any server-related changes (authenticationConfig.xml, Java code, ...) you will need to first deploy the project's .war file to the application server that hosts the remote Worklight Server, and then the .wlapp.