Documentation Center

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
DescriptionThe folder that stores the package that the Publisher creates for the Transport Service.
XPath/configuration/transporting/@rootStorageFolder
Default if unspecifiedc:\temp\

Settings for queuing

Root folder
DescriptionSettings for queuing
XPath/configuration/queuing/queueConsumers
Default if unspecified(None)

Settings for caching of publishing and rendering

Caching regions
DescriptionRegions used for caching
XPath/configuration/rendering/cache/regions
Default if unspecified(None)
Cache lifetime
DescriptionThe lifetime of the cache
XPath/configuration/publisher/@cacheLifetime
Default if unspecifiedPublishTransaction
Cache maximum
DescriptionThe 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
DescriptionThe number of threads that connect to the publishing queue
XPath/configuration/publisher/threading/@renderThreadCount
Default if unspecified1
Port
DescriptionPort for notification for rendering
XPath/configuration/queuing/queueConsumers/add/@port (if /configuration/queuing/queueConsumers/add/@name has the value Publisher (rendering)
Default if unspecified1150
Polling interval for rendering
DescriptionThe 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 unspecified30
Filtering for rendering
DescriptionWhether 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
DescriptionThe 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 unspecified1
Port number
DescriptionPort for notification for deployment
XPath/configuration/queuing/queueConsumers/add/@port (if /configuration/queuing/queueConsumers/add/@name has the value Publisher (deploying)
Default if unspecified1151
Polling interval for deploying
SettingPolling interval for deploying
DescriptionThe 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 unspecified30
Filtering for deploying
SettingFiltering for deploying
DescriptionWhether 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)