Contact Us 1-800-596-4880

Deploying an Application

With a Mule cluster up and running, we can deploy an application to run on the cluster. The Mule HA Demo Bundle includes a cluster-demo-app that we shall deploy to a cluster.

  1. On the Management Console, click the Applications tab, then click New.

    applicationTab_new
  2. In the Deployment Name field, enter a unique name for the deployment, such as Demo App 456.

  3. Click the Upload New Application button.

  4. In the pop-up dialog, click Browse, then navigate to mule-ha-bundle-3.3.1 > apps > cluster-demo-app.zip. Select the .zip file, then click Add to upload the application to the Management Console.

  5. Use the drop-down under the Servers heading to select the cluster that you created.

    select_cluster
  6. Click Deploy to launch the cluster-demo-app on your cluster. When Mule completes the deployment - this may take a minute - the Management Console displays a message at the top of the tab which reads, Current Status: Successful.

    current_status_SUCCESSFUL
  7. Click Deployment in the Package Explorer column at the left to return to the main screen of the Applications tab. The Management Console displays your successfully deployed application, as indicated by the green circle icon.

    app_deployed_SUCCESSFUL

Next: Applying Load to the Cluster