AEMaaCS + ACS Commons redirect manager: how does it work? | Community
Skip to main content
jayv25585659
New Participant
June 26, 2024
Solved

AEMaaCS + ACS Commons redirect manager: how does it work?

  • June 26, 2024
  • 2 replies
  • 2264 views

According to this => https://adobe-consulting-services.github.io/acs-aem-commons/features/redirect-manager/index.html, Redirect manager is compatible with AEMaaCS but I'm unsure how to get the Cron+bash script (the script that downloads the redirect maps from publisher) into the dispatcher.

I am not sure if AEMaaCS lets customers run cron job.

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Redirect Manager allows content authors to maintain and publish redirect configurations from AEM. Support for redirects is implemented as a servlet filter which evaluates redirect configurations and issues a 302 or 301 respectively in case of a matching incoming request url.

2 replies

krystiannowak
Employee
November 4, 2024

@jayv25585659 @d8v15 @bp_bradco @arunpatidar 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/content-delivery/pipeline-free-url-redirects
(requires AEM CS release version 18311 or higher - see https://experienceleague.adobe.com/en/docs/experience-manager-release-information/aem-release-updates/update-releases-roadmap)

arunpatidar
arunpatidarAccepted solution
New Participant
June 26, 2024

Redirect Manager allows content authors to maintain and publish redirect configurations from AEM. Support for redirects is implemented as a servlet filter which evaluates redirect configurations and issues a 302 or 301 respectively in case of a matching incoming request url.

Arun Patidar
jayv25585659
New Participant
July 15, 2024

Thanks for the response.

 

In previous versions of ACS commons, I had to write a bash script (auto-run using cron) that downloads the redirect maps from the publisher into the server running Apache HTTPD.

 

 

New Participant
August 21, 2024

When creating a custom redirect in AEM, where does your implementation of 

LocationHeaderAdjuster

go in the core package? It doesn't work in servlet - or so it seems