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.
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