CoreMedia Content Cloud v11 Upgrade Guide / Version 2110
Table Of Contents
The corem.home
directory and system property are no longer used by the Workflow Server.
The command-line-tools still use corem.home
, and as the Docker image for the Workflow Server
also contains the workflow converter tool, it still sets corem.home
but it is not used in the
server itself.
The Workflow Server has only one new property which has not been configurable before, that allows a relative
filepath, which is now relative to the value of the user.dir
system property:
workflow.working-dir (directory, default: var/tmp)
The Workflow Server does not use cap.client.server.ior.url
anymore. You must use
workflow.ior-url
instead.
The deprecated method CapSystemInfo#getInstallationPath
has been removed.
The following modules that were used to create a corem-home
directory structure for the
servers have been removed:
content-server-config
content-server-blueprint-config
workflow-server-config
workflowserver-blueprint-config