SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

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

🎓 intermediate 30 min. SAP Business Technology PlatformIntermediateSAP BTP Cloud Foundry Environment

You will learn

  • โœ”How to deploy a multitarget application (MTA) in Cloud Foundry environment
Created by October 1, 2021
Contributors

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 Create an extension descriptor
+
Step 6 Deploy the MTA and the extension descriptor
+
Step 7 Examine the results of deployment
+
Step 8 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 8
1. Prepare a simple static application 2. Prepare the MTA deployment descriptor 3. Install the MultiApps CF CLI Plugin 4. Deploy the MTA 5. Create an extension descriptor 6. Deploy the MTA and the extension descriptor 7. Examine the results of deployment 8. Test yourself

Learn more →