我们希望将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吗?