Content Manager publishing settings
Settings for publishing are located in the Content Manager XML configuration file, Tridion.ContentManager.config, which you can find on the Content Manager server in the config\ subfolder of %TRIDION_HOME%.
Settings for storage
- Root folder
-
Description The folder that stores the package that the Publisher creates for the Transport Service. XPath /configuration/transporting/@rootStorageFolder Default if unspecified c:\temp\
Settings for queuing
- Root folder
-
Description Settings for queuing XPath /configuration/queuing/queueConsumers Default if unspecified (None)
Settings for caching of publishing and rendering
- Caching regions
-
Description Regions used for caching XPath /configuration/rendering/cache/regions Default if unspecified (None) - Cache lifetime
-
Description The lifetime of the cache XPath /configuration/publisher/@cacheLifetime Default if unspecified PublishTransaction - Cache maximum
-
Description The maximum number of cached objects XPath /configuration/rendering/cache/@maxObjects Default if unspecified -1 (that is, unlimited)
Settings for rendering
- The number of threads for rendering
-
Description The number of threads that connect to the publishing queue XPath /configuration/publisher/threading/@renderThreadCount Default if unspecified 1 - Port
-
Description Port for notification for rendering XPath /configuration/queuing/queueConsumers/add/@port (if /configuration/queuing/queueConsumers/add/@name has the value Publisher (rendering)Default if unspecified 1150 - Polling interval for rendering
-
Description The amount of seconds after which Content Manager checks for new rendering XPath /configuration/queuing/queueConsumers/add/@pollingInterval (if /configuration/queuing/queueConsumers/add/@name has the value Publisher (rendering)Default if unspecified 30 - Filtering for rendering
-
Description Whether to filter or not XPath /configuration/queuing/queueConsumers/add/filter (if /configuration/queuing/queueConsumers/add@/name has the value Publisher (rendering)Default if unspecified (None)
Settings for deploying
- The number of threads for deploying
-
Description The number of threads that connect to the deployment queue This setting is only used for scheduled deployment and should remain set to its default value unless you have a pressing reason to change it.
XPath /configuration/publisher/threading/@deployThreadCount Default if unspecified 1 - Port number
-
Description Port for notification for deployment XPath /configuration/queuing/queueConsumers/add/@port (if /configuration/queuing/queueConsumers/add/@name has the value Publisher (deploying)Default if unspecified 1151 - Polling interval for deploying
-
Setting Polling interval for deploying Description The amount of seconds after which Content Manager checks for new deploying XPath /configuration/queuing/queueConsumers/add/@pollingInterval (if /configuration/queuing/queueConsumers/add/@name has the value Publisher (deploying)Default if unspecified 30 - Filtering for deploying
-
Setting Filtering for deploying Description Whether to filter or not XPath /configuration/queuing/queueConsumers/add/filter (if /configuration/queuing/queueConsumers/add/@name has the value Publisher (deploying)Default if unspecified (None)