Configuring Dispatchers pointing to Author Instances
I am trying to configure a dispatcher that will be sitting in front of two author instances (currently testing with just one instance though). Our goal is to improve the performance of the authoring environment. I was reading in this document
http://dev.day.com/docs/en/cq/current/deploying/dispatcher.html
And found a discussion about configuring for Author instances which included a link to a specific author_dispatcher_new.any file.
So I used this file, only change I made was the /hostname value for /rend01. However, when I use this dispatcher.any file the only files that get cached are related to the login page (just 4 files). If I change the line that says /allowAuthorized "0" to a "1" instead, then I get a lot of files cached. But I'm not sure if that is safe. So I guess the question is, what are the recommended settings for the dispatcher.any file in front of Author instances since the one provided doesn't seem to be correct.
Thanks,
David