Is there a way to identify Alfresco config files containing cron settings?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2018 12:26 PM
Is there a way to identify which config files in Alfresco contain cron job settings? I see the Apache Solr .properties file has a few, but I'm trying to find all the files that contain settings for any cron jobs that Alfresco runs. Could someone point me in the right direction?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2018 02:06 AM
Why not simply search for the word "cron" in all *.properties files within the source? You'd only have to check the multiple source projects that Alfresco is made out of, and ignore all the I18n bundles...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2018 12:01 PM
Thanks Axel. This was very helpful.
