AEM Multi tenant build and deploy | Community
Skip to main content
New Participant
May 17, 2016
Solved

AEM Multi tenant build and deploy

  • May 17, 2016
  • 3 replies
  • 3074 views

  How to build, integrate and deployment of multi tenant site in AEM? In term rolling out different sites at different time without affecting earlier running site? What is standard process to build and deploy AEM multi tenant site as single package or individual module(s)? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ogill

Hi Yogesh,

please review the excellent articles by Jorg Hoh on this topic[0]. Then post any follow up questions you may have.

Regards,

Opkar

[0]https://cqdump.wordpress.com/2015/06/23/the-problems-of-multi-tenancy-the-development-model/

3 replies

New Participant
May 17, 2016

Thanks Opkar

ogillAccepted solution
Employee
May 17, 2016

Hi Yogesh,

please review the excellent articles by Jorg Hoh on this topic[0]. Then post any follow up questions you may have.

Regards,

Opkar

[0]https://cqdump.wordpress.com/2015/06/23/the-problems-of-multi-tenancy-the-development-model/

kautuk_sahni
Employee
May 17, 2016

Hi 

[Partial Answer]

Please have a look at the old community article, this will give you idea about having multiple domains in a instance.

Link:- https://helpx.adobe.com/experience-manager/kb/HowToMapDomains.html

Link:- http://with-example.blogspot.in/2013/09/multidomain-cq-mappings-and-apache.html

//

The goal is to configure these mappings:
             
Domain                     
Content branch
/content/geometrixx/en
/content/geometrixx/de
OR
             
Domain                     
Content branch
/content/geometrixx/en
m.geometrixx.com
/content/geometrixx-mobile/en
2 mappings are required:
  • map the root context to the index-page of the language branch, e.g. www.geometrixx.fr --> /content/geometrixx/fr.html
  • map resources to the corresponding language branch

 

Read the article to better understand this concept.

 

I hope this helps.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni