Domino and IIS

Hi,

I have a single machine with 2 NICs - one in the machine (a laptop) and the other in the docking station.

129.0.0.17 (domino.server)

129.0.0.26 (iis.server)

The idea is that a request like http://domino.server/db.nsf will be handled by Domino directly where as a request like http://iis.server.db.nsf will use the plug-in to forward the request to Domino. We also need IIS to forward .jsp requests to JRun as it’s container supports latest Servlet and JSP specs. There are other constraints forcing us to try this approach.

I’ve configured IIS as follows:

  • set WebSite Identification of Default Website to use 129.0.0.26

  • disabled socket pooling (before doing this IIS responded to both IPs)

result is IIS responds to 129.0.0.26 but not 129.0.0.17, which is what I want.

I’ve configured Domino as follows:

  • set Fully qualified Internet host name: to 129.0.0.17

  • Set Internet Protocols > Host names(s): to 129.0.0.17

  • Set Internet Protocols > Bind to host name: to enabled

  • Added (rather blindly) ‘TCPIP_TCPIPAddress=0,129.0.0.17:1352’ to notes.ini

Result - 129.0.0.17 DOES NOT bring up Domino, instead I get a “Server Not Found” error (which I also get if Domino is not even running)

Any suggestions?

Thanks,

Terrence

Subject: Domino and IIS

  1. Can you disable IIS to see if you can get to Domino only?

  2. Can you attach to Domino from another client by File | Open database with the IP address?

  3. HTTP is loaded, right? =)

Subject: RE: Domino and IIS

Joseph,

Thanks for your response.

  1. I disabled IIS and have as yet been unable to get to Domino via http.

  2. Yes, I can attach to Domino from client using IP address

  3. Joseph, please! Seriously - that’s well worth asking. Yes, http task is running.

Thanks

Terrence