Custom code should be placed in /apps, /content, and /conf
Starting from AEM 6.4 (see https://helpx.adobe.com/experience-manager/6-4/sites/deploying/using/repository-restructuring.html) content repository is to be reorganized prior to 6.5, and finally in 6.5 most probably will follow the rule as below:
- /etc should not be used (probably to be removed)
- any application code, clientlibs should be located under /apps
- any runtime data to be under /var or /content folder,
- while the configurations should be rather under /conf
The groovy console should have its own content structure to be reorganised as follows:
- /etc/clientlibs/groovyconsole should rather go to /apps/groovyconsole/clientlibs
- /etc/groovyconsole to /apps/groovyconsole
- /etc/groovyconsole/scripts should go to /conf/groovyconsole/scripts or /var/groovyconsole/scripts
- /etc/groovyconsole/jcr:content/audit should to to /var/groovyconsole/audit
No comments:
Post a Comment
If you have any doubts or questions, please let us know.