Hi All
As earlier we have ACS common where we can utilize and implement the redirect manager in regular aem.
But here we are using aem as cloud service and ACS common does not support, due to cron jobs support.
Can someone recommend how can we implement redirect map manager in aem as a cloud?
ACS Common link: https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-map-manager/index.html
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Yes the RMM is not supported on AEM as a cloud service. Even I am looking for alternative options but haven't figured out yet. I guess the reason this or any such custom feature will not work on AEM as a cloud service because in cloud the dispatcher and publisher instances are scaled up and down automatically. And redirect rules config will be lost anytime a new dispatcher is added on scale out event. So the only option left is either you manage your redirects on CDN or you manage them via dispatcher code.
Yes the RMM is not supported on AEM as a cloud service. Even I am looking for alternative options but haven't figured out yet. I guess the reason this or any such custom feature will not work on AEM as a cloud service because in cloud the dispatcher and publisher instances are scaled up and down automatically. And redirect rules config will be lost anytime a new dispatcher is added on scale out event. So the only option left is either you manage your redirects on CDN or you manage them via dispatcher code.
i came across the similar issue, want to hear about the solution you implemented for this use case? Have you setup separate CDN to handle redirects?
Views
Replies
Total Likes
Currently I have my own CDN in the setup, in front of everything and we have offloaded Redirects Management there (plus a App Builder app to manage these nicely)
Views
Replies
Total Likes
New version of ACS commons earlier this year has Redirect Manager that is supported in Cloud.
https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-manager/index.html
@sumanthaem @Kunal_Gaba_ @Tomasz_Sobczyk @vicky5677 @tommix19877 @sdouglasmc Please take a look at Pipeline-free URL Redirects - redirects management using Apache HTTP Server mod_rewrite's RewriteMap in AEM as a Cloud Service without Cloud Manager pipeline execution: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/con...
(requires AEM CS release version 18311 or higher - see https://experienceleague.adobe.com/en/docs/experience-manager-release-information/aem-release-update...)
Views
Replies
Total Likes
Views
Likes
Replies