IBM Worklight v5.0.5 > WL server administration > InstallationApply environment-specific customization
Overview
The IBM Worklight installation creates a temporary customization war file. Project-specific customization WAR files are required for each environment (test, stage, prod, etc...).
Project-specific Properties, libraries, web applications, and security settings specific to a mobile project. Environment-specific Access URL. Passwords and URLs to back-end systems. To configure the WAR file context root, set the context property in worklight.properties.
On most application servers, the default context root name is the WAR file name.
You cannot deploy more than one IBM Worklight WAR file per server. The deployment might succeed, but might result in some unexpected runtime behavior.
Deploy a customized war file
- Create the WAR file using either...
- A variant of the mobile project using the IBM Worklight Development Studio.
- An Ant task.
- In WAR file source, edit worklight.properties and set database connection properties...
- Using authorized worklight.properties values
- From generated WAR file created by the IBM Worklight installation.
- If the WAR file already exists, undeploy the automatically-created WAR file created by the installation from the application server.
- Deploy the new customization WAR to the WL server.
- Repeat the verification process using the new context in the console URL.
Parent Installation