Rongeegee
Rongeegee

Reputation: 1128

Why does AEM dispatcher refuse to connect?

I tried to follow the instruction from

https://helpx.adobe.com/experience-manager/kt/platform-repository/using/dispatcher-macos-technical-video-setup.html

to set up an AEM dispatcher on my MacBook.

The version of my operating system is Catalina 10.15.1, so there should not be an issue of macOS Mojave. Since AEM does not support builtin Apache anymore, I installed brew's Apache on homebrew. Then, I start my AEM server on my localhost:4053, and started my Apache dispatcher.

Then, I go to the following link:

http://aem-publish.local/content/we-retail/us/en.html

It gave the error of

aem-publish.local refused to connect.

enter image description here

What can be possibly causing this error?

Upvotes: 0

Views: 2022

Answers (1)

Rongeegee
Rongeegee

Reputation: 1128

The problem was just that The tutorial uses port 80, but Apache uses port 8080 by default.

I just have to change the port number to 8080 on aem-publish.local.conf file.

Or, I can change the port number to 80 in httpd.conf file.

Upvotes: 1

Related Questions