在tridion中发布内容代理数据库

在tridion中发布内容代理数据库,tridion,tridion-2011,tridion-content-delivery,Tridion,Tridion 2011,Tridion Content Delivery,我正在使用SDL Tridion 2011,我想知道如何将内容发布到Broker DB(SQL数据库)和二进制资产(图像、Flash、CSS和JS)中,并将其发布到filestream <Storage Type="filesystem" Id="LocalFileSystem_01" defaultFilesystem="true" defaultStorage="true" Class="com.tridion.storage.filesystem.FSDAOFactory">

我正在使用SDL Tridion 2011,我想知道如何将内容发布到Broker DB(SQL数据库)和二进制资产(图像、Flash、CSS和JS)中,并将其发布到filestream

<Storage Type="filesystem" Id="LocalFileSystem_01" defaultFilesystem="true" defaultStorage="true"
  Class="com.tridion.storage.filesystem.FSDAOFactory">
  <Root Path="STORAGE_PATH" />
</Storage>
我们已经查看并尝试修改cd_storage_conf.xml 并找到以下文件系统的

<Storage Class="com.tridion.storage.filesystem.FSDAOFactory" Type="filesystem" Id="defaultDataFile"
 defaultFilesystem="false"><Root Path=" C:\applications\WebName\Publising_Data"/>
<Storage Type="filesystem" Id="LocalFileSystem_01" defaultFilesystem="true" defaultStorage="true"
  Class="com.tridion.storage.filesystem.FSDAOFactory">
  <Root Path="STORAGE_PATH" />
</Storage>


因此,类似地,如何引用Brocker DB,我们正在使用SQL数据库

,我建议您首先阅读如何从该数据库配置存储(需要登录),然后提出具体问题

<Storage Type="filesystem" Id="LocalFileSystem_01" defaultFilesystem="true" defaultStorage="true"
  Class="com.tridion.storage.filesystem.FSDAOFactory">
  <Root Path="STORAGE_PATH" />
</Storage>
你也可以在谷歌上搜索,你可以找到很多关于这个的文章

<Storage Type="filesystem" Id="LocalFileSystem_01" defaultFilesystem="true" defaultStorage="true"
  Class="com.tridion.storage.filesystem.FSDAOFactory">
  <Root Path="STORAGE_PATH" />
</Storage>
为SQL server和文件系统使用以下存储类型

<Storage Type="filesystem" Id="LocalFileSystem_01" defaultFilesystem="true" defaultStorage="true"
  Class="com.tridion.storage.filesystem.FSDAOFactory">
  <Root Path="STORAGE_PATH" />
</Storage>

然后根据您的需求定义项目类型,这里的默认值是SQL server,我已经将二进制文件和页面覆盖到文件系统

<Storage Type="filesystem" Id="LocalFileSystem_01" defaultFilesystem="true" defaultStorage="true"
  Class="com.tridion.storage.filesystem.FSDAOFactory">
  <Root Path="STORAGE_PATH" />
</Storage>


Hi@vikas kumar我只想知道用于将内容发布到DB的xml节点,我没有访问link@b00tbu9我已经更新了答案。如果您还需要什么,请告诉我。谢谢@vikas kumar这是我所需要的全部。作为客户/合作伙伴,您可以访问该网站,只需联系客户支持以获取登录信息。