I am trying to develop sitemap scheduler with apache sling sitemap, I just added this configuration in config.publish like this { "scheduler.name": "My Daily Sitemap Scheduler", "scheduler.expression": "0 0 2 1/1 * ? *", "searchPath": "/content/dumysite"}This configuration I didnt add in dispatch...
Hi All,I have been trying to download the package of size more than 1GB from package manager, But it is not completing, the progress bar goes till 80% then suddenly come back to 20% with more time to complete. Is there any problem in downloading big content packages? I have already segregated the hu...
Hi, I am trying to create apache sling sitemap generator for this I just added scheduler name, expression and searchpath in Apache sling sitemap - Scheduler configuration When I try accessing rootpage I am getting 404 error Cannot serve request to /content/dumysite/us.sitemap.xml in org.apache.sling...
Hi,Could you please describe best possible options to delta sync content from Prod to non-prod environment? I could see few like custom Jenkins job, Jenkins CRX plugin or vault. Not sure what's the best and updated case here....Would be great if anyone can provide insight here. Best regards,Himanshu...
Hi , I need to pass the query parameter values from the search URL into the Java script value in AEM component. Using this URL as an example, https://www.xyz.com/content/test1/testpage/abc-def-xyz.3132.html?sort=&page=1, Value of the query parameter from the URL will be- 'abc def xyz' Sample JS used...
Hi, our AEM instance uses the Day CQ Mail Service for workflow notifications and connects to a MS Office SMTP server using basic authentication (username/password). I have a requirement that needs to change this from basic authentication to something more modern like OAuth. I found this documentatio...
Hi, I am new to filters and would like to know how to modify the html on a page using them. My use case is such that I'm trying to dynamically look for certain strings in the html when rendering a page and replace them with another string (this is a very simplified version of what I'm trying to achi...