Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Objective

You have a Java application hosted in a GIT repository. The goal of this tutorial is to automate build and deployment across multiple environments. This automation will include:

  • Cloning the Java application code from a GIT repository
  • Compiling and packaging the application into a WAR file
  • Deploying the WAR file to Tomcat servers in multiple environments

We will walk through each of the FlexDeploy features that will be created/configured to accomplish this goal and have the composite deployed in a very short amount of time.

The tutorial does not cover every feature or configuration option available in FlexDeploy.