Can static agent extract content to URL pattern need and not as per JCR node structure? | Community
Skip to main content
mohanb
New Participant
June 20, 2016
Solved

Can static agent extract content to URL pattern need and not as per JCR node structure?

  • June 20, 2016
  • 1 reply
  • 960 views

Hi All

Can we have rules mentioned to static agent so that it will extract the content onto disk as per the URL required and not as maintained within aem?

For example, I've content in aem as http://test-aem-instance:4502/content/en_us/introduction.html. While static agent does extraction it will extract to location /Users/me/staticpub/content/en_us/introduction.html,instead of this can we have rules so that static agent extracts content as /Users/me/staticpub/content/us/introduction.html 

Basically we are changing the folder structure to which it got extracted to. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by stevec2515680

Here are the Replication Configuration docs: 

https://docs.adobe.com/docs/en/aem/6-2/deploy/configuring/replication.html

If the out of the box replication agents do not meet your requirements then write a custom one using this API: 

https://docs.adobe.com/docs/en/aem/6-0/develop/ref/javadoc/com/day/cq/replication/package-summary.html

1 reply

stevec2515680Accepted solution
New Participant
June 20, 2016

Here are the Replication Configuration docs: 

https://docs.adobe.com/docs/en/aem/6-2/deploy/configuring/replication.html

If the out of the box replication agents do not meet your requirements then write a custom one using this API: 

https://docs.adobe.com/docs/en/aem/6-0/develop/ref/javadoc/com/day/cq/replication/package-summary.html