Deployment Manual / Version 2107
Table Of ContentsIn the properties given below, some properties take a different form when using CoreMedia Multi-Master Management. In that case, an index number is used to indicate the publication target that is configured using this property value. The index numbers are consecutive integers starting with 1 and running up to the number of publication targets.
publisher.autoextend.latest-approved-version
| |
Type | java.lang.Boolean |
Default | false |
Description | This property affects the automatic extension of publication sets. The default behavior ("false") is as follows: If the referenced content item is not published yet, publish its earliest approved version. If the referenced content item is already published, do nothing If set to "true", not the earliest but the latest (= newest) approved version is published. |
publisher.autoextend.max-failures
| |
Type | java.lang.Integer |
Default | 0 |
Description | The maximum number of implicitly added content items and folders whose publication may fail before no further content items and folders may be added implicitly. If set to 0 (the default), the publisher never stops adding content items and folders. |
publisher.autoextend.update-linked-documents
| |
Type | java.lang.Boolean |
Default | false |
Description | This property affects the automatic extension of publication sets. By default, ("false") only direct linked and approved content items are added to the publication set. If set to "true", all linked content items are recursively added to the publication set. The recursion stops when a version is already published and may lead to surprisingly large publication sets. Setting updateLinkedDocuments implicitly also sets latestApprovedVersion. |
publisher.connection-timeout-seconds
| |
Type | java.lang.Integer |
Default | 300 |
Description | The timeout in seconds for the connection to the Master Live Server ior. |
publisher.destroy-intermediate-versions
| |
Type | java.lang.String |
Default | strict |
Description | Whether intermediate content item versions between two publications will be destroyed or not on the Content Management Server. Example for dumb mode: Version 1 of content item A was published. In the meantime, the versions 2, 3, 4 and 5 have been created. When you now publish version 5, the versions 2, 3, 4 are destroyed and only version 1 and 5 remain on the Content Server. Old flags true and false are supported, too. false maps to off while true maps to strict. Available Modes
|
publisher.destroy-older-versions-on-live-servers
| |
Type | java.lang.Boolean |
Default | true |
Description | Whether older published versions should be destroyed ("true") on the Master Live Server. That is, only two published versions (the current and the one before) of each content item remain on the Master Live Server. Only change if you have a valid reason. |
publisher.enable-bypass-previews
| |
Type | java.lang.Boolean |
Default | true |
Description | Whether publication previews bypass ("true") or not ("false") the publication queue for faster response times. |
publisher.local.domain
| |
Type | java.lang.String |
Default | |
Description | The domain for logging in locally to the Content Management Server. |
publisher.local.password
| |
Type | java.lang.String |
Default | publisher |
Description | The password for logging in locally to the Content Management Server. |
publisher.local.user
| |
Type | java.lang.String |
Default | publisher |
Description | The user name for logging in locally to the Content Management Server. |
publisher.priority
| |
Type | java.util.Map<java.lang.String,java.lang.Integer> |
Default | |
Description | Priorities of publications requested through:
|
publisher.target
| |
Type | java.util.List<hox.corem.server.publish.PublisherConfigurationProperties$Target> |
Default | |
Description | target is a list-valued property. You configure it with publisher.target[0].name, for example. Values other than "0" are only required for the multi-master feature, that is publication to different Master Live Servers. Target has the following properties: name
displayName
user
password
domain
iorUrl
folders
|
Table 4.9. Publisher Properties