hst:配置没有引导!河马CMS

时间:2015-04-11 17:48:30

标签: hippocms

我有一个页面"联系"我已经可以在/ bootstrap / configuration文件夹下看到它了。 enter image description here

我已将以下内容添加到/ bootstrap / configuration文件夹下的hippoecm-extension.xml中:

<!-- hst configuration nodes -->
  <sv:node sv:name="scc-hst-hosts">
    <sv:property sv:name="jcr:primaryType" sv:type="Name">
      <sv:value>hippo:initializeitem</sv:value>
    </sv:property>
    <sv:property sv:name="hippo:sequence" sv:type="Double">
      <sv:value>30052</sv:value>
    </sv:property>
    <sv:property sv:name="hippo:contentresource" sv:type="String">
      <sv:value>hst/hosts.xml</sv:value>
    </sv:property>
    <sv:property sv:name="hippo:contentroot" sv:type="String">
      <sv:value>/hst:hst</sv:value>
    </sv:property>
    <sv:property sv:name="hippo:reloadonstartup" sv:type="Boolean">
      <sv:value>true</sv:value>
    </sv:property>
    <sv:property sv:name="hippo:version" sv:type="String">
      <sv:value>2.01.15-SNAPSHOT</sv:value>
    </sv:property>
  </sv:node>

然而,当我重建并启动项目时,&#34;联系&#34;页面仍然没有在控制台中! enter image description here

我错过了什么?

1 个答案:

答案 0 :(得分:0)

您是否引用了正确的文件?看起来您想要加载新的页面类型,但您的xml正在引用一个名为hosts的文件。