


Reading through the docs for AEM as a Cloud Service for Dispatcher. Obviously there are a lot of limitations imposed there (still working through the "this won't be possible anymore" effects of it. One thing that struck me was this:
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/content-delive...
It seems that the Cloud's Dispatcher doesn't include BASIC! things like support for Server Side Includes... Are there any plans in place to improve this? The docs vaguely mention that in future it could potentially include more modules.... What's the reasoning for not having something as basic as SSI (paired with for example SDI)
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Sign in to like this content
Total Likes
I think, this does work now. I checked with local sdk and dispatcher setup. Changes are below
https://github.com/arunpatidar02/aemaacs-aemlab/pull/21/files
Hi,
I am no expert on AEMaaCS but what I think is the reason for not including everything to AEMaaCS because AEMaaCS is just not a migration to the cloud it is more. e.g. using microservices to do offline processing for assets, changing replication, etc.
There is a lot of feature from traditional AEM has been removed e.g. Campaign, Product etc. and getting added gardually.
But you can expore https://sling.apache.org/documentation/bundles/dynamic-includes.html to implement SSI in AEMaaCS if it is not available OOTB.
I think, this does work now. I checked with local sdk and dispatcher setup. Changes are below
https://github.com/arunpatidar02/aemaacs-aemlab/pull/21/files
Hi,
When I check the list of allowed Apache modules I don't see mod_include there
So I assume that it's not supported correctly when deployed to cloud. Did you test it on an actual cloud instance (local SDK is quite far away from the actual thing).
Best Regards,
TS
Views
Replies
Sign in to like this content
Total Likes
I did not test this on actual cloud since I don't have any sandbox to test this.
but I tested on dispatcher docker image provided by adobe
Views
Replies
Sign in to like this content
Total Likes