Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Subdomain vs multiple domains configuration for AEM dispatcher

Avatar

Level 2

We have a main site in AEM sitting in /content/xyz which is accessible through dispatcher when you go to www.xyz.com.
The client has request a couple of microsites to be created in the same AEM instance, which will be accessible through sub domain.

For example:

microsite 1 : /content/microsite1 should be accessible through www.microsite1.xyz.com 

microsite 2 : /content/microsite1 should be accessible through www.microsite2.xyz.com 

 

I tried to find the dispatcher configuration to accommodate subdomain in single vhost/farm file in dispatcher but could not find any relevant resources.

 

My question:

1) Are subdomain recommended to be used in AEM site on the same instance where the main site can be accessed using regular domain?

2) If yes, do we need to treat subdomains as different domain when it comes to dispatcher configuration? (Do we need to create different farm for different subdomain?) https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/dispatcher-d...

  

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

yes it's recommended to have subdomain on same aem instance.

Also u need to create separate farm files for each.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

yes it's recommended to have subdomain on same aem instance.

Also u need to create separate farm files for each.