4.2.2.13. Delivery CAE

WEB-INF/application.properties
key repository.url
example value http://localhost:9080/mls/ior
descriptionThe URL of the login service IOR of the Master Live Server.
key solr.search.url
example value http://localhost:9080/solr/live
descriptionThe URL of the Solr search engine for the Live search.
key elastic.solr.url
example value http://localhost:9080/solr/
descriptionThe URL of the Solr search engine for Elastic Social search.
key blueprint.sitemap.target.root
example value ${user.home}/cms/sitemap
descriptionThe root directory into which the sitemap controller writes its files
key blueprint.host.helios
example value localhost
descriptionThe host on which the delivery CAE runs
key blueprint.site.mapping.helios
example value http://${blueprint.host.helios}:9080
descriptionThe site mapping if the web application needs to build absolute urls
key repository.heapCacheSize
example value 314572800
description

This property indicates the number of bytes used for the main memory cache of the Unified API embedded in the Content Application Engine . For 64-bit JVMs, the actual memory consumption may be up to twice the configured value. For 32-bit JVMs, the byte count is exact. When multiple CAEs run in a single application server, the caches are kept separate and the configured cache sizes add up.

key repository.blobCacheSize
example value 10737418240
descriptionThis property defines the number of bytes of the disk cache for blobs.
key repository.blobStreamingSizeThreshold
example value -1
descriptionThe minimum size of streamed blobs in bytes. Blobs smaller than or equal to this size will be downloaded completely to disk before the first byte can be read. Larger blobs will be downloaded in the background.
key repository.blobStreamingThreads
example value -1
descriptionThe number of threads reserved for streaming blob
key repository.maxCachedBlobSize
example value -1
description

The maximum size of blobs that are cached on the local disk. Larger blobs are downloaded from the Content Server on every request.

Table 4.15. Delivery