Configuring Static replication agent in AEM6.1 author

那年仲夏 提交于 2019-12-13 00:15:47

问题


I'm trying to create file system of my website in my local machine and I have configured static replication agent in author following this http://www.wemblog.com/2012/02/how-to-use-static-agent-in-cq-wem.html document. When I click activate on a page nothing is getting created in the target folder. In logs, it is showing NOTHING TO REPLICATE for all the pages. I tried the same agent with geometrixx site and the content is created for it. Help me with the solution. Thanks in advance


回答1:


Have you set the rules for your content branch ? Static agent configuration allows you to define the rules on the 2nd tab (Rules).

By default only sample Geometrixx websites are configured

/content/geo* ${path}.html?wcmmode=preview
/content/dam* ${path}
/content/geo* /content/geometrixx/en.topnav.html
/etc/designs/* ${path}

Make sure to add /etc/designs/* ${path}



来源:https://stackoverflow.com/questions/31736329/configuring-static-replication-agent-in-aem6-1-author

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!