Expand my Community achievements bar.

SOLVED

Change download host

Avatar

Level 2

Experts,

I spend several hours searching AEM docs and forums for a simple configuration setting:

The default "Asset Download" link that is sent by AEM via e-mail is "http://localhost:4502/etc/dam/jobs...MyAsset.zip"

We need to change the "localhost" to the actual server (and in the future to dispatcher, httpS and port).

Where is this setting stored?

Thanks a lot!

1 Accepted Solution

Avatar

Correct answer by
Level 10

You need to map your localhost to a domain in your web server

also check this to setup dispatcher https://docs.adobe.com/docs/en/dispatcher/disp-config.html

and https setup https://docs.adobe.com/docs/en/dispatcher/disp-ssl.html

View solution in original post

2 Replies

Avatar

Level 2

You can configure your domain in com.day.cq.commons.impl.ExternalizerImpl.

Goto OSGi Configuration Manager and search for "Day CQ Link Externalizer"

Avatar

Correct answer by
Level 10

You need to map your localhost to a domain in your web server

also check this to setup dispatcher https://docs.adobe.com/docs/en/dispatcher/disp-config.html

and https setup https://docs.adobe.com/docs/en/dispatcher/disp-ssl.html