We have a machine running 2 partitioned domino servers, so far so good.
The problem comes when we try to work with MS IIS as the front http server.
We succeed in making it work with the first of the partitioned Domino server, but we failed when adding the second one.
The thing is we can make it work with any of them alone, but we cannot manage to make both run simultaneously.
Here is the part of the plugin-cfg.xml file that sets this configuration:
<Server Name="servidor1">
<Transport Hostname="domino1.genetsis.com" Port="81" Protocol="http"/>
</Server>
<Server Name="servidor2">
<Transport Hostname="domino2.genetsis.com" Port="82" Protocol="http"/>
</Server>
<Uri Name="*.nsf*"/>
What happens in this case is that “servidor1” is ignored, and all the requests are directed to “servidor2”. But if one -any- of the entries is deleted the other works fine.