IBM Worklight v5.0.5 > WL server administration > InstallationDeploy content: applications and adapters
Deploy .wlapp and .adapter files after the customization is set and the server is started.
Build apps and adapters using...
- IBM Worklight Studio
- Ant tasks
Deploy apps and adapters using...
Deploy an adapter using Worklight console
- Open the console
![]()
- Click Browse, then navigate to the .adapter file and select it.
- Click Submit.
A message is displayed indicating whether the deployment action succeeded or failed.
![]()
As a result, the details of the deployed adapter are added to the catalog:
![]()
- Click Show details to view connectivity details for the adapter and the list of procedures it exposes.
![]()
- Repeat steps 1 – 3 for each adapter.
To deploy an application
- In the catalog page, click Browse, then navigate to the .wlapp file and select it.
![]()
- Click Submit. A message is displayed indicating whether the deployment action succeeded or failed.
![]()
As a result, the details of the deployed application are added to the catalog.
![]()
- Repeat steps 1 and 2 for each app.
Parent Installation