Reputation: 1088
I'm able to publish site from author instance to publish instance using generic procedure, now i want to publish this with help of Dispatcher i download it and configure it with IIS now i'm confusing which instance should we host on IIS and how to host that instance, so someone suggest me best way to complete my job.
Thanks
Upvotes: 1
Views: 943
Reputation: 88
You can setup the dispatcher instance in front of author or can be publish, But ideal use of dispatcher apply when we set up in front of publish to perform Load Balancing / Caching. To set up dispatcher in front of author or publish is based upon the configuration in dispatcher.any via renders as below
/renders
{
/rend01
{
# Hostname or IP of the render
/hostname localhost
# Port of the render
/port "8589"
# Connect timeout in milliseconds, 0 to wait indefinitely
# /timeout "0"
}
}
Also you can go through few blogs online that can explain it fully. Thanks
Upvotes: 1