
Abstract
The AEM as a Cloud Service SDK includes the recommended Dispatcher Tools version, that facilitates configuring, validating, and simulating Dispatcher locally. Dispatcher Tools is comprised of:
a baseline set of Apache HTTP Web server and Dispatcher configuration files, located in .../dispatcher-sdk-x.x.x/src
a configuration validator CLI tool, located at .../dispatcher-sdk-x.x.x/bin/validate (Dispatcher SDK 2.0.29+)
a configuration generation CLI tool, located at .../dispatcher-sdk-x.x.x/bin/validator
a configuration deployment CLI tool, located at .../dispatcher-sdk-x.x.x/bin/docker_run
a Docker image that runs Apache HTTP Web server with the Dispatcher module
Prerequisites:
Windows users must use Windows 10 Professional.
Install Experience Manager Publish Quickstart Jar on the local develop machine. Please refer local set-up.
Install and start the latest version of Docker (Docker Desktop 2.2.0.5+ / Docker Engine v19.03.9+) on the local development machine.
Dispatcher Set-Up
Dispatcher tools comes along with aem-sdk. Extract this zip file.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni