Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Is docker needed to launch a local dispatcher ?

Avatar

Level 2

Hello everyone,
I'm working on an AEM as a Cloud Service project. I want to test dispatcher rules but I don't want to deploy every time I make a change.


Is Docker necessary to have a 'local dispatcher'?


If I have a multi-module Maven project, is it enough to copy the conf.d folders from the module to my dispatcher folder?

I'm quite lost, so if you could shed some light, that would be great.

Best regards!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Jniza 

 

The AEM SDK's dispatcher with docker provides a quick way to set it up. You can also make changes in the Docker Image directly, verify the changes and copy your files back to maven project.

 

Otherwise you can set up a dispatcher locally and sync the files. Structure and rules. It should still work.

Setting up a dispatcher via Apache webserver https://aemtutorials.com/dispatcher-setup-in-aem-6-4/


Aanchal Sikka

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@Jniza 

 

The AEM SDK's dispatcher with docker provides a quick way to set it up. You can also make changes in the Docker Image directly, verify the changes and copy your files back to maven project.

 

Otherwise you can set up a dispatcher locally and sync the files. Structure and rules. It should still work.

Setting up a dispatcher via Apache webserver https://aemtutorials.com/dispatcher-setup-in-aem-6-4/


Aanchal Sikka

Avatar

Community Advisor

Hi @Jniza, as explained by @aanchal-sikka, you can take advantage of the dispatcher tools which come as part of the AEM SDK. Here, you will find a docker dispatcher image for your convenience, so you don't have to set up a dispatcher locally; instead, you can simply mount the dispatcher image in your docker engine.

 

Additionally, there is a script that allows you to perform a "hot reload" for dispatcher configs and validation, which I believe is what you are looking for.

 

You can find instructions on how to use it here. it: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/conten... 



Esteban Bustamante