ibm mobilefirst - IBM Worklight - How to connect to another Worklight Server located in another machine in the same network? -


i have setup worklight studio in local machine , developed sample application. need deploy application worklight server set in pc in same network (lan).

you have server in local machine - worklight studio contains internal worklight server. doesn't matter...

if using worklight 5.x:

  1. open application-descriptor.xml
  2. find worklightserverrooturl element
  3. change value of remote worklight server, example: http://myotherserver:8080
  4. right-click on application folder , choose: run >> build , deploy
  5. take *-all.wlapp and/or *.adapter files bin folder , deploy them via worklight console resides in other server machine.

if using worklight 6.0:

  1. right-click on application folder , choose: run >> build remote server
  2. enter details of other server machine (host, port, context root)
  3. take *-all.wlapp and/or *.adapter files bin folder , deploy them via worklight console resides in other server machine.

the above assumes remote server(s) configured accept applications and/or adapters deploy (that is, have deployed .war file of project; scenario not detailed explanations lexing).


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -