Use Ant tasks to deploy the project WAR file
- Create databases with Ant tasks
If we did not manually create databases, we can use Ant tasks to create and configure the databases.
- Deploy a project WAR file and configure the application server with Ant tasks
Use Ant tasks to deploy the project WAR file to an application server, and configure data sources, properties, and database drivers. Ant tasks are supplied with IBM MobileFirst Platform Server.
Parent topic: Deploy the project WAR file