Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Web Server Dispatcher is just the Apache Web Server (or equivalent) with a module (Adobe Dispatcher) to connect to AEM Publisher to retrieve and serve content.

The advantage is that the Rather than allowing users to directly connect, using a Web Server will build a cache of the content reducing load on the AEM Publisher. This is because the AEM Publisher dynamically builds the web pages at every request (even if they do not change). In addition, the Dispatcher can perform load balancing with multiple AEM Publishers. Finally SSL certificate management with the Apache is a well known and documented.

You may want to read the Adobe Dispatcher online documentation for further background.

...