Domino and IIS

Hello there

is it possible to install IIS(to serve some asp.net pages) in the same machine of Lotus Server 8.5/windows 2003

Lotus serves some xpages pages too.

Thank you very much

Nina

Subject: Alternatively …

You can configure IIS as the main “front-end” HTTP server with Domino behind it.This is done by adding a Websphere WAS plugin to IIS (listening on 80/443) with Domino listening on, say, 81/444.

Everything is served by IIS unless the filter sees “.nsf” in the URL - at which point it redirects the request to Domino.

See “Setting up Domino to work with other Web servers” in Admin help.

Subject: Good detailed description on configuring IIS and Domino

I wrote the following article some time ago with detailed step-by-step information on configuring IIS as a front-end to Domino using the WAS Plugin.

It may be of some help:

http://www-10.lotus.com/ldd/nd6forum.nsf/0/33bd348aab606b5785256cfb002c0ffc?OpenDocument

Alex

Subject: Yes you can but…

You’ll need to either:

  • Bind IIS to one IP Address and Domino HTTP to another IP address

or

  • If you only have one IP Address use different port numbers (eg. 80 for Domino, 8080 for IIS).

Alex

Subject: Thank you friends