====== Alfresco Hacking Notes ====== * [[alfresco:log|Redirect Log Output]] * [[alfresco:sitestore|Separate Store for Each Site]] * [[alfresco:global-properties|Annotated alfresco-global.properties]] * [[alfresco:ootb-content-model|Out of the box Content Model]] ===== Alfresco Search Service ===== Since 1.4.0 requires Java 11. The Solr itself runs fine with Java 8. Use the 1.3.0.1 instead to run on Java 8 (especially if still need Nashorn for Activiti BPM). Installation and Configuration clearly explained in Alfresco documentation. To make it as Windows Service, use NSSM (Non-Sucking Service Manager). See [[https://norconex.com/how-to-run-solr5-as-a-service-on-windows/|here]] for details.