Deploy the operations console and administration services with Ant tasks
- Create databases.
- Run the Ant task on the computer where the application server is installed, or the dmgr for WAS ND. To start the Ant task from a computer on which MobileFirst Server is not installed, copy the file below to that computer...
MF_INSTALL/WorklightServer/worklight-ant-deployer.jar
- Edit the Ant script we will use later to deploy the project WAR File.
- Review sample configuration files, and copy the Ant file corresponding to your database.
Files for deploying a project WAR, and for creating a database, are named...
configure-appServer-database.xml
- Edit your Ant file xml file, and set values for properties found at the top of the file.
- Deploy the administration services and the operations console WAR files:
cd MF_INSTALL/shortcuts
ant -f configure-appServer-database.xml adminstall
Parent topic: Use Ant tasks to install MobileFirst Server administration