简体   繁体   English

如何在Cloud Foundry的门户网站中访问已部署的Java应用程序?

[英]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. 我在SAP Cloud平台云代工环境中部署了一个Java应用程序。 I wonder how to access this application on Portal site in cloud foundry. 我想知道如何在云代工厂的Portal网站上访问这个应用程序。

Can someone please help me? 有人可以帮帮我吗?

Thanks, Sankeerth 谢谢,Sankeerth

Bringing the Java application with a frontend into a Portal requires several steps outlined in this blog post . 将带有前端的Java应用程序引入Portal中需要在此博客文章中概述几个步骤。

On a high level, you need to: 在高层次上,您需要:

  • Create a Portal site in your Cloud Foundry space. 在Cloud Foundry空间中创建一个Portal站点。
  • Switch to the design time editor on Neo and create a tile for your application. 切换到Neo上的设计时编辑器,并为您的应用程序创建一个磁贴。
  • Configure the routes for the Fiori Launchpad and setup the authentication and trust management. 配置Fiori Launchpad的路由并设置身份验证和信任管理。
  • Deploy the launchpad to your Cloud Foundry space. 将启动板部署到Cloud Foundry空间。

First, please identify the correct SAP Cloud Platform Cockpit. 首先,请确定正确的SAP Cloud Platform Cockpit。 For the trial landscape the link is https://account.hanatrial.ondemand.com/cockpit#/region/cf-eu10/overview . 对于试用版,链接为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. 在SAP Cloud Platform Cockpit选项卡空间中,选择已部署到的空间。 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 . 如果使用SAP S / 4HANA Cloud SDK管道,则在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. 如果使用cf push,则在cf login期间指定它,并作为cf push的参数或在manifest.yml中指定。

Hope that helps or did you mean the Fiori Launchpad? 希望有帮助或者你的意思是Fiori Launchpad?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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