简体   繁体   中英

How to access the deployed Java apps in portal site in Cloud foundry?

I deployed a Java application in SAP Cloud platform cloud foundry environment. I wonder how to access this application on Portal site in cloud foundry.

Can someone please help me?

Thanks, Sankeerth

Bringing the Java application with a frontend into a Portal requires several steps outlined in this blog post .

On a high level, you need to:

  • Create a Portal site in your Cloud Foundry space.
  • Switch to the design time editor on Neo and create a tile for your application.
  • Configure the routes for the Fiori Launchpad and setup the authentication and trust management.
  • Deploy the launchpad to your Cloud Foundry space.

First, please identify the correct SAP Cloud Platform Cockpit. For the trial landscape the link is https://account.hanatrial.ondemand.com/cockpit#/region/cf-eu10/overview .

Afterwards, select your global account and sub-account and go to spaces on the left.

In the SAP Cloud Platform Cockpit tab spaces, you select the space you have deployed to. Then you go to applications and should see an application with the name you specified during the deployment. Click on the application and you should see application details, logging output and a link to the deployed application.

The deployment parameters space and application name have to be specified during the deployment. If you use the SAP S/4HANA Cloud SDK Pipeline, you specify it in the pipeline_config.yml . If you use cf push, you specify it during cf login and as parameter for cf push or in the manifest.yml.

Hope that helps or did you mean the Fiori Launchpad?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM