on 2019 Dec 17 10:41 AM
Hi,
I installed on my environment the webservices with these steps:
I saw there is a difference between the environment, in extensions list (hac -> extensions) I see on cloud that there isn't a value on Web column but on local environment is present /rest...
There is not any error into the build log.
I've missing something?
Request clarification before answering.
Solved,
I added new aspect on manifest given it the configuration of context
{
"name": "urlName",
"webapps": [
{
"name": "hac",
"contextPath": "/hac"
},
{
"name": "mediaweb",
"contextPath": "/medias"
},
{
"name":"oauth2",
"contextPath":"/authorizationserver"
},
{
"name":"somethingwebservices",
"contextPath":"/rest"
}
]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is the correct solution.
Please refer to: https://help.sap.com/docs/SAP_COMMERCE_CLOUD_PUBLIC_CLOUD/1be46286b36a4aa48205be5a96240672/8f494fb96...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.