Smart Folders Enabled
CPD-GrupoAnchieta opened this issue · 1 comments
CPD-GrupoAnchieta commented
According alfresco docs to use the Smart Folders, its necessary to configurate something on alfresco-global.properties
https://docs.alfresco.com/content-services/latest/config/smart-folders/
In the config file in /shared/classes/alfresco-global.properties
add these line:
smart.folders.enabled=true
but i can't find it in anyone container or volume to configure. In ACS container the file exist but dont have lines on it.
aborroy commented
Add the setting to alfresco
service configuration in JAVA_OPTS section as:
-Dsmart.folders.enabled=true
Modifying the alfresco-global.properties has been replaced by setting Java environment variables when using containers.