On Sat, Jan 3, 2015 at 5:40 PM, Sylvain Wallez <[email protected]> wrote: > ...Indeed, there seems to be a number of "magic" places in Sling. I've seen > some of them mentioned in the docs ( (/apps, /var, /etc...) but haven't > found a comprehensive list....
I think the only really "magic" locations are defined by the resource resolver's search paths, which by default is set to [ /libs , /apps ]. That's used to locate request processing scripts (looking under /apps first), and the JCR provider of the OSGi installer also uses that search path to find installable resources, in "install" (another magic name) folders under those paths. All those locations are configurable of course, but in general it's easier to just stick to the default values. -Bertrand
