Suppose we have a author server running on 4502. We created two websites w1 and w2 on that author instance.
In Parallel we have two publish instance p1 and p2 on 4503 and 4505. For that we have two replication agents RA1 and RA2 on author instances.
Now we want to publish our website w1 on publish instance p1(4503) using replication agent RA1 and website w2 on publish instance p2(4505) using replication agent RA2.
How this can be achived? Pl give the detailed solutions steps, if possible.
If possible give the link illustrating the following as i am very new to AEM.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
Please have a look at this community article:-
Link:- http://goo.gl/RB6elP
//
Assume you have one author instance namely author and two publish instances namely publish1 & publish2. The contents activated for site "/content/geometrixx/en" should get replicated only to publish1 and similarly contents activated for site "/content/geometrixx/de" should get replicated only to publish2.
You need to follow three simple steps mentioned below for each site.
Environment:- There are three local instances running
Configure Instance:- First configure for site "/content/geometrixx/en" by following steps mentioned at "Solution" section.
Similarly configure for site "/content/geometrixx/de" by following steps mentioned at "Solution" section. Snapshots below
I hope this will help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
You configure a reploication agent to publish content to a specific pub instance.
See this AEM documentation:
https://docs.adobe.com/docs/en/aem/6-1/deploy/configuring/replication.html
For a replication agent - you can specify the URL to the PUB instance under the Transport tab:
Hope this helps...
Views
Replies
Total Likes
This community article may help too:
Views
Replies
Total Likes
This much i know. But this will publish both website on both publish instance.
All i need is to publish website w1 on publish instance p1 and website w2 on publish instance w2 where both websites w1 and w2 are on same author server.
all i means is selective publishing the content from same author to different publish instance using different replication agents.
Views
Replies
Total Likes
Views
Replies
Total Likes
That links discusses this use case:
Assume you have one author instance namely author and two publish instances namely publish1 & publish2. The contents activated for site "/content/geometrixx/en" should get replicated only to publish1 and similarly contents activated for site "/content/geometrixx/de" should get replicated only to publish2.
Views
Replies
Total Likes
Hi
Please have a look at this community article:-
Link:- http://goo.gl/RB6elP
//
Assume you have one author instance namely author and two publish instances namely publish1 & publish2. The contents activated for site "/content/geometrixx/en" should get replicated only to publish1 and similarly contents activated for site "/content/geometrixx/de" should get replicated only to publish2.
You need to follow three simple steps mentioned below for each site.
Environment:- There are three local instances running
Configure Instance:- First configure for site "/content/geometrixx/en" by following steps mentioned at "Solution" section.
Similarly configure for site "/content/geometrixx/de" by following steps mentioned at "Solution" section. Snapshots below
I hope this will help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
thanks..this is what i was looking for..
Views
Replies
Total Likes
thanks a lot...this is the way i was searching for...:)
org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: com.day.cq.replication.AccessDeniedException: Replicaiton Agent [test-replication-agent]- Agent user [dummyuser] doesn't have sufficient permission on [/content]
Page | = | /etc/replication/agents.author/test-replication-agent | |
Resource Path | = | /etc/replication/agents.author/test-replication-agent/jcr:content | |
Cell | = | agent | |
Cell Search Path | = | agent | |
Component Path | = | /libs/cq/replication/components/agent |
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
the above error is thrown when replication agent "Test connection" is done.
the attached screen shot shows the permission granted to user for a particular page. I tried to allow with read permission only...but that was not working. So i granted all permission to the website.
Pl guide if something is found regarding this
Views
Replies
Total Likes
Views
Likes
Replies