SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Deploy Your First Multitarget Application

Deploy a simple multitarget application (MTA) to SAP Business Technology Platform, Cloud Foundry environment using the MultiApps CF CLI Plugin.

Overview

You will learn

  • How to deploy a multitarget application (MTA) in Cloud Foundry environment
Lilyana Rangelova L Lilyana Rangelova August 27, 2026
Created on October 19, 2021
Contributors

More from Lilyana Rangelova

See all 2 tutorials by Lilyana Rangelova →

Prerequisites

Prerequisites

Steps

Intro

The example MTA demonstrates the creation of a service instance and an application, and the binding between them.


Step 1 Prepare a simple static application

  1. Create an index.html file with the following content:

    HTML
    <h3>Hello World!</h3>
  2. Archive the index.html file into a content.zip archive and place it to a directory that is called my_first_mta.

Step 2 Prepare the MTA deployment descriptor
+
Step 3 Install the MultiApps CF CLI Plugin
+
Step 4 Deploy the MTA
+
Step 5 Examine the results of deployment
+
Step 6 Create an extension descriptor
+
Step 7 Deploy the MTA and the extension descriptor
+
Step 8 Examine the results of deployment
+
Step 9 Test yourself
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 9
1. Prepare a simple static application 2. Prepare the MTA deployment descriptor 3. Install the MultiApps CF CLI Plugin 4. Deploy the MTA 5. Examine the results of deployment 6. Create an extension descriptor 7. Deploy the MTA and the extension descriptor 8. Examine the results of deployment 9. Test yourself