Hi,
I have created one site page on author instance in AEM, I want to publish/replicate this to publish agent. Can anyone help me with the steps?
Also, I have installed IIS 7.5 and configured corresponding dispatcher as well, but do not know how to host AEM Site on IIS. Need help with this, in order to learn the complete deployment process in AEM.
Thanks,
Heena
Solved! Go to Solution.
Views
Replies
Total Likes
Already couple of ppl answered on how to publsih. But looks like you have asked many questions.
How to publish --> answered by couple of ppl.
What is required for publish --> you need a author server and publish server. Publish agent is configured in author server which will replicate to publish servier. Also additionally you need to create a flush agent which will clear the cache from IIS server. Flush agent can be created in author and publish.
How to host AEM site on IIS server --> refer the steps in the link https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/getting-started/dispatche... . Main goals for installing AEM site is as below
1) Most of the trafffic should be served from the cache. (check for how to control stat level in the above link)
2) IIS server should have origin as the AEM publish server.
3) deny all the patters which are not required for end user - For Security
4) ensure that invalidation happens from publish to IIS server. You need to whitelist publish IP for this. (this is where i struggled when i condofired in IIS for the first time)
5) If possible create rewrite rules for shorten and long url's
Hi @Heena06
To give quick background, content publish from author to publisher happens via replication agent. You can follow the below document to configure replication agent.
https://helpx.adobe.com/in/experience-manager/6-3/sites/deploying/using/replication.html#:~:text=To%...
Once the replication agent set up you can publish the pages either in bulk or individually. Below article has a video to explain every bit of publishing step.
https://docs.adobe.com/content/help/en/experience-manager-learn/sites/page-authoring/publication-man...
To summarise,
On second question :
Hope you have followed the steps and installed dispatcher properly as mentioned in below document.
If yes, please go through the below document to configure the dispatcher to host the site. This document explains the every single bit on dispatcher configuration.
Hi @Heena06,
To answer your queries, replication to a publish instance from author takes place in several steps:
This replication is actioned from the author environment by the:
1 Access the Tools tab in AEM.
2. Click Replication (left pane to open the folder).
3. Double-click Agents on author (either the left or the right pane).
4. Click the appropriate agent name (which is a link) to show detailed information on that agent.
5. Click Edit to open the configuration dialog:
6. The values provided should be sufficient for a default installation. If you make changes then click OK to save them (see Replication Agents - Configuration Parameters for more details of the individual parameters).
References: https://docs.adobe.com/content/help/en/experience-manager-65/deploying/configuring/replication.html#...
You can refer to https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/getting-started/dispatche... for installing dispatcher IIS.
Thanks!!
Already couple of ppl answered on how to publsih. But looks like you have asked many questions.
How to publish --> answered by couple of ppl.
What is required for publish --> you need a author server and publish server. Publish agent is configured in author server which will replicate to publish servier. Also additionally you need to create a flush agent which will clear the cache from IIS server. Flush agent can be created in author and publish.
How to host AEM site on IIS server --> refer the steps in the link https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/getting-started/dispatche... . Main goals for installing AEM site is as below
1) Most of the trafffic should be served from the cache. (check for how to control stat level in the above link)
2) IIS server should have origin as the AEM publish server.
3) deny all the patters which are not required for end user - For Security
4) ensure that invalidation happens from publish to IIS server. You need to whitelist publish IP for this. (this is where i struggled when i condofired in IIS for the first time)
5) If possible create rewrite rules for shorten and long url's
Views
Likes
Replies
Views
Likes
Replies