1
votes

When you create a Worklight HTTP adapter in Worklight Studio it spits out some files. Where on the Linux Server do those files go?

Does the HTTP adapter get loaded on the Worklight Console with the app?

It also specifies port 80 in a document I saw, does that port have to be the port of the worklight server instead?

1

1 Answers

0
votes

HTTP Worklight adapter contains two basic files: 1. impl.js - containing the definition of your methods 2. xml file that contains declaration of methods

When HTTP adapter is deployed on local server it creates a .adapter file in the bin folder and that is the only file that has to go on the server.

It uses port 80 for default http calls, if your services use some other port you can use that too.