I have general question: The WL adapter contains two files (xml and js), when we build the adapter, these two files are zipped into (***.adapter) which we use to deploy the adapter to WL server. During the deployment, the server compile the (****.adapter) file, and if it is successful, it gives a successful deployment message.
My question: After doing the deployment, where are the compiling files go that the server generated during the deployment? what is the directory that they are placed into after the deployment? We have searched all the file system and couldn't find them.
We are using Enterprise edition server in our company. WL version 6.2.0.1.
Thanks
See this answer: Worklight Adapter override adapter xml
To simplify: the adapter file gets deployed to the management server's database. From there server nodes get via the management service. The 'adapter' itself is then being run from the server's memory. It is transformed into an object in the server's memory.