MTA存档生成器使用错误的上下文路径/数据构建JAVA应用程序

时间:2019-05-06 13:55:01

标签: java sap-cloud-platform sap-cloud-sdk

我们希望将JAVA应用程序部署在SAP Cloud Platform(NEO)上。我们使用以下配置:

_schema-version: 2.0.0
ID: xyz.de.ekat
description: EKAT
version: 0.44.0
parameters:
    hcp-deployer-version: 1.0.0
modules:
    -
        name: scanacsservice
        type: java
        path: xyzservice/xyzservice
        build-parameters:
            builder: maven
            maven-opts:
                command: [ clean, install ]
                defines:
                    skipTests: true
            build-result: 'target/xyzservice.war'
        properties:
            TARGET_RUNTIME: neo-javaee6-wp

部署后,我们在驾驶舱中获得具有以下URL的以下应用程序:

https://xyzservicea26f4xxxx.hana.ondemand.com/data

为什么要获得/ data上下文路径?

目标运行时也不正确,但是文档说我们应该通过TARGET_RUNTIME吗?

https://help.sap.com/viewer/58746c584026430a890170ac4d87d03b/Cloud/en-US/ba7dd5a47b7a4858a652d15f9673c28d.html

0 个答案:

没有答案