Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

AEM 6.5 Repository Restructuring

Avatar

Level 1

Hello Everyone,

We are upgrading to 6.5 and I had some questions with respect to repository restructuring.

/etc/clientlibs/core -> We have some custom clientlibs inside this location. What would be the new location?
/etc/map -> Where do the sling mappings exist in AEM 6.5?

/etc/blueprints and /etc/msm/rolloutconfigs? ->  These go under /apps/msm? if so what would be the exact structure for blueprints and rollout configs?

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

Hi ranga91092 ,

According to Adobe, the recommended paths are:

Previous location/etc/blueprints
New location(s)

/apps/msm (Customer Blueprint configurations)

/libs/msm (Out Of the Box Blueprint configurations for Screens, Commerce)

Previous location

/etc/msm/rolloutConfigs

New location(s)

/libs/msm/wcm/rolloutconfigs

/apps/msm/wcm/rolloutconfigs

Reference: Sites Repository Restructuring in AEM 6.4

For Clientlibs: You can move your project specific clientlibs to /apps and use allowproxy servlet recommended by Adobe.

Reference: Using Client-Side Libraries

No need to change the etc/map location.There is no new location recommended by Adobe for them.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Community Advisor

Hi ranga91092 ,

According to Adobe, the recommended paths are:

Previous location/etc/blueprints
New location(s)

/apps/msm (Customer Blueprint configurations)

/libs/msm (Out Of the Box Blueprint configurations for Screens, Commerce)

Previous location

/etc/msm/rolloutConfigs

New location(s)

/libs/msm/wcm/rolloutconfigs

/apps/msm/wcm/rolloutconfigs

Reference: Sites Repository Restructuring in AEM 6.4

For Clientlibs: You can move your project specific clientlibs to /apps and use allowproxy servlet recommended by Adobe.

Reference: Using Client-Side Libraries

No need to change the etc/map location.There is no new location recommended by Adobe for them.

Avatar

Employee