Expand my Community achievements bar.

SOLVED

Set Up Dispatcher on Linux - AEM as Cloud

Avatar

Community Advisor

I was trying to setup a replica of dispatcher on a Linux environment same as how we have on AEM as Cloud. 

 

I was able to extract the files using the below command:

./aem-sdk-dispatcher-tools-<version>-unix.sh

 

Can someone tell me what are the next steps to configure the dispatcher on Linux? When I ran "validate.sh src/dispatcher" it gives the below error:

 

Phase 1: Dispatcher validator

Cloud manager validator 2.0.34

2021/12/23 13:23:21 stat src/dispatcher: no such file or directory

 

Followed the steps mentioned here:

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/conten...

 

Thanks!

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Never mind. I was able to resolve it by using the docker configuration as below.

 

./bin/docker_run.sh <src-folder> <aem-publish-host>:<aem-publish-port> <dispatcher-port>

 

Thanks!

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Never mind. I was able to resolve it by using the docker configuration as below.

 

./bin/docker_run.sh <src-folder> <aem-publish-host>:<aem-publish-port> <dispatcher-port>

 

Thanks!