WEB-INF/application.properties
| |
key |
repository.url
|
example value |
http://localhost:9080/mls/ior
|
description | The URL of the login service IOR of the Master Live Server. |
key |
solr.search.url
|
example value |
http://localhost:9080/solr/live
|
description | The URL of the Solr search engine for the Live search. |
key |
elastic.solr.url
|
example value |
http://localhost:9080/solr/
|
description | The URL of the Solr search engine for Elastic Social search. |
key |
blueprint.sitemap.target.root
|
example value |
${user.home}/cms/sitemap
|
description | The root directory into which the sitemap controller writes its files |
key |
blueprint.host.helios
|
example value |
localhost
|
description | The host on which the delivery CAE runs |
key |
blueprint.site.mapping.helios
|
example value |
http://${blueprint.host.helios}:9080
|
description | The 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
|
description | This property defines the number of bytes of the disk cache for blobs. |
key |
repository.blobStreamingSizeThreshold
|
example value |
-1
|
description | The 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
|
description | The 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