Dispatcher configuration
Hi,
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"
}I didnt add dispatcher configuration in filters.any, rewrite.rules, will sitemap works without dispatcher configuration.

