|
|
|
BlueCielo Publisher 2012 SP2 Release Notes | BlueCielo ECM Solutions |
BlueCielo Publisher 2012 SP2 adds the following new features and improvements:
Near real-time publishing in a cluster has been improved . Originally, real-time jobs were only processed on the master computer where the Publisher web service was installed. By setting one or more string elements of the new PublisherServicesAddresses setting in the web service web.config file on the master computer to the web service URLs of the subordinate computers, multiple subordinate web services may be specified as in the following example.
<setting name="PublisherServicesAddresses" serializeAs="Xml"> <value> <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <string>http://<ComputerName1>/Publisher</string> <string>http://<ComputerName2>/Publisher</string> </ArrayOfString> </value> </setting>
Copyright © 2000-2012 BlueCielo ECM Solutions |