I tried the tutorial previously and it seems the AEM components I have for regular AEM needs to be redeveloped for AEM+EDS? perhaps there's more to it? Thanks!
unfortunately, the rewrite rules has been in such a way to match an existing site. RewriteRule ^/staff/([0-9]+)/address/([0-9]+)$ /content/myapp/sg/en/staff/address.html?id=$1&addressid=$2 [PT,L,QSA]
is there a way to know if the page is already in the dispatcher or had to be fetched from the publisher? In managed services, it's easy to check this (as I mentioned above) since clients can login to the dispatcher. Thanks again.
Basically I'm trying to cache historical data since it's not going to chance anymore. 2 questions please1. how do I configure the dispatcher so it caches query parameter? 2. How can I cache these pages for X days (considering they are historical and not going to change anymore. It'll only be used fo...
when I worked on a AEM setup usng managed services, Cloudfront inserts extra response header that will tell me if the page is getting served from CDN or from origin.Because it managed service, I can login to the dispatcher and I can manually check if the page is already cache in the dispatcher or ne...
I saw that and the folder contains no files# pwd
/home/myuser/Documents/aem-sdk-2025.1.19149.20250116T154450Z-241100/dispatcher-sdk-2.0.235
# find cache -type f | wc -l
0
TLDR: I'm trying to investigate query param caching (example: /archive.html?page=xxx&year=yyyy) in my local dispatcher and I'm not sure how to test for it.-----------1. If I visit https://www.myhost.com/content/myapp/sg/en/faq.html, I'm pretty sure an HTML file is created in the dispatcher filesyst...
Apologies. I should have mentioned that I'm on AEMaaCS. Reading the linked Adobe page, revision cleanup only applies to 6.5? In any case...- no other port uses 4503- When I tried to tail error.log, stderr.log and stdout.log, I do not see errors.