Hi
Please have a look at this community article:-
Link:- http://goo.gl/RB6elP
//
Scenario
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.
Solution
You need to follow three simple steps mentioned below for each site.
- Create an user.
- Assign permissions for user created at step1 to read site specific content that will be activated.
- Configure replication agent and in the replication agent for "Agent User Id" assign userid created in step1.
Demo Time
Environment:- There are three local instances running
- author at port 4502
- publish1 at port 4503
- publish2 at port 4555
Configure Instance:- First configure for site "/content/geometrixx/en" by following steps mentioned at "Solution" section.
- Create an user let us say "onlyen" at http://<host>:<port>/useradmin -> Create -> Create User.
- Assign permission to "onlyen" to read site specific content "/content/geometrixx/en"
- Configure replication agent publish and assign "Agent User Id"as "onlyen"
Similarly configure for site "/content/geometrixx/de" by following steps mentioned at "Solution" section. Snapshots below
Verify the configuration
- Create a page "testen" at "/content/geometrixx/en".
- Similarly create another page "testde" at "/content/geometrixx/de".
- Activate the pages "testen" & "testde".
- Go to each publish instance & verify "testde" does not exist at 4503. Similarly, "testen" does not exist at 4555.
I hope this will help you.
Thanks and Regards
Kautuk Sahni