May 13, 2020
Estimated Post Reading Time ~

Folder Structure of Java Content Repository

You can view the folder structure of JCR from CRXDE Lite. The following table describes the folder structure within the repository:
Folder
Description
/apps
Contains all project code such as components, overlays, client libraries, bundles, i18n translations, and static templates created by an organization
/conf
It contains all configurations for your website. This folder is used to store the dynamic templates and policies for your website.
/content
Contains content created for your website
/etc
It contains resources related to utilities and tools.
/home
Contains AEM users and group information
/libs
It contains the libraries and definitions that belong to the core of AEM. The subfolders in /libs represent the out-of-the-box AEM features.
/oak:index
It contains Jackrabbit Oak index definitions. Each node specifies the details of one index. The standard indexes for the AEM application are visible and help create additional custom indexes.
/system
Is used by Apache Oak only
/tmp
Serves as a temporary working area
/var
It contains files that change and are updated by the system; such as audit logs, statistics, and event-handling. The subfolder /var/classes contain the Java servlets in source and compiled forms that have been generated from the components scripts.


By aem4beginner

1 comment:

If you have any doubts or questions, please let us know.