mainly looking at these
I have linux experience but I'm unsure if the path names translate to their Linux equivalent (where available).
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
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. |
Reference : https://aem4beginner.blogspot.com/folder-structure-of-java-content
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. |
Reference : https://aem4beginner.blogspot.com/folder-structure-of-java-content