I have setup Worklight Studio in my local Machine and developed a sample application. I need to deploy that application to a Worklight Server set up in another PC in the same network (LAN).
You already have a server in your local machine - Worklight Studio contains an internal Worklight Server. But that doesn't matter...
If you are using Worklight 5.x:
application-descriptor.xml
worklightServerRootURL
elementhttp://myotherserver:8080
*-all.wlapp
and/or *.adapter
files from the bin folder and deploy them via Worklight Console that resides in the other server machine.If you are using Worklight 6.0:
*-all.wlapp
and/or *.adapter
files from the bin folder and deploy them via Worklight Console that resides in the other server machine.The above assumes that the remote server(s) are configured to accept the applications and/or adapters you will deploy (that is, that you have deployed the .war file of the project; your scenario was not very detailed so my explanations were somewhat lexing).