Problem with partitioned HTTP servers

I have a partitioned server with 2 partitions. These are seperate Domains. Each one needs to have its own http service running. Two Nics with their own Ip addresses.

When I launch the second server, all the websites on the first server try to go to the second one. As soon as I shut it down, they all revert back to the first one. I tried different port names in the notes ini files but that didn’t change anything.

I tried making entries in the host file too pointing web urls to ip addresses.

I am not sure what is happening.

Subject: Problem with partitioned HTTP servers

Setting Up the Partitioned Servers to Listen on Port 80 for HTTP Using Separate IP Addresses

  1. First assign separate IP addresses to each partitioned server using the following Notes.ini configuration setting. Refer to ‘Configuring Partitioned Servers’ in the Domino Administration Help database for information on this setting.

TCPIP_TcpIpAddress=0,ipaddress

  1. To bind port 80 to each partitioned server’s HTTP process, enable “Bind to host name,” found on the HTTP tab in the Internet Protocols section of the Server document, for each server and add the host name, full DNS name, or IP address for each server in the “Host name(s)” field. This process is also described in the Help topic referenced in Step 1.

  2. Using a browser, verify that each partitioned server can respond to requests on port 80, after restarting your server.

Hope this helps.

Alex