Patan
Patan

Reputation: 17883

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.

Upvotes: 2

Views: 1002

Answers (2)

Puntero
Puntero

Reputation: 2310

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

Upvotes: 4

Ram Saurabh
Ram Saurabh

Reputation: 1584

A lot of stuff available online for same. but I personally would prefer

http://nunolinhares.blogspot.in/2011/07/manually-configuring-tridion-2011-net.html

Upvotes: 5

Related Questions