IBM Worklight v5.0.5 > Develop IBM Worklight applications > Transport Worklight applications to test and production environments > Deploy a customization .war file to an application serverDeploy a customization .war file to Apache Tomcat
Copy the .war file to the webapps directory and start Tomcat.You have built a project, and the customization .war file is in the bin directory of the project.
- Copy the Worklight Customization .war file to Tomcat...
cd projectname/bin/
cp projectName.war TOMCAT_HOME/webapps- Start Tomcat.
You can access IBM Worklight Console at...
http://server:port/projectName/console
Parent Deploy a customization .war file to an application server