Expand my Community achievements bar.

SOLVED

Resource Mapping in AEM

Avatar

Level 4

Hi Team,

Can some one help me how to do the resource mapping in AEM specific to configure our projects.

 

Regards

Pr@veen

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi 

As mentioned by Kunal, please have a look at that forum thread.

Solution:-

//

You can also use the root mapping servlet to do this

http://localhost:4502/system/console/configMgr/com.day.cq.commons.servlets.RootMappingServlet

OR

For node '/content' there are 2 properties

sling:resourceType as sling:redirect and

sling:target as /geohome

change '/geohome' to the path for your application and replicate the same to publish instance. 

 

Reference Link:- http://cq-ops.tumblr.com/post/17381263969/how-do-i-configure-my-own-site-and-not-geometrixx

 

I hope this should help you.

 

Thank and Regards

Kautuk Sahni



Kautuk Sahni

View solution in original post

7 Replies

Avatar

Level 9

Praveen,

Would you mind explaining your case in details and mentioning clear expectations here?.

Jitendra

Avatar

Level 10

This is documented very well in the AEM docs

Hope this helps 

Avatar

Level 10

doc mentioned by @scott would give you the details of how to configure. If you are looking for any specific usecase, let us know.

Avatar

Level 4

Hi,

Thank you for the response.

I was looking to configure my project url to be configured in my publisher instance.

by default when my publisher instance is up and running i see the geometrixx page is invoked.

instead i need to configure my project url in replacement of geometrixx page.

Regards

Pr@veen

Avatar

Correct answer by
Administrator

Hi 

As mentioned by Kunal, please have a look at that forum thread.

Solution:-

//

You can also use the root mapping servlet to do this

http://localhost:4502/system/console/configMgr/com.day.cq.commons.servlets.RootMappingServlet

OR

For node '/content' there are 2 properties

sling:resourceType as sling:redirect and

sling:target as /geohome

change '/geohome' to the path for your application and replicate the same to publish instance. 

 

Reference Link:- http://cq-ops.tumblr.com/post/17381263969/how-do-i-configure-my-own-site-and-not-geometrixx

 

I hope this should help you.

 

Thank and Regards

Kautuk Sahni



Kautuk Sahni

Avatar

Level 10

Hi Praveen,

Check [1] . I have detailed out multiple ways of doing the same 

 

[1] http://adobeaemclub.com/root-mapping-configuration-in-adobe-aem/