Search code examples
tridiontridion-2011

configuring Deployer in SDL Tridion 2011 SP1


I am working on SDL Tridion 2011 Sp1 publishing concepts.

When I publish the page, all pages are getting stored at location "c:\temp".

This location was configured under**"\config\cd_storage_conf.xml".**

<Storage Type="filesystem" Class="com.tridion.storage.filesystem.FSDAOFactory" Id="defaultFile" defaultFilesystem="false">
                <Root Path="c:\temp" />
            </Storage>
            <Storage Type="filesystem" Class="com.tridion.storage.filesystem.FSDAOFactory" Id="defaultDataFile" defaultFilesystem="true" defaultStorage="false">
                <Root Path="c:\temp\data" />
            </Storage>

I am trying to configure the Deployer. I found cd_deployer_conf.xml under config folder and understood that we need to configure Deployer details here.

But I am unable to find Deployer folder in Tridion installed folder.

So, My doubt whether Deployer will be directly available under Tridion installation folder or do we need to procure it seperately.

Can any one share inputs aabout configuring the Deployer

Apologies if the Question is very basic.

Thanks in Advance.


Solution

  • You will need to copy the files from the following folder and modify it for your own needs:

    [TridionInstallerFolder]\Content Delivery\configuration\samples

    However, if you need some basic knowledge on setting up the deployer, your first stop should be:

    The installation also depends on what type of deployer you are setting up