It seems to be impossible to specify a jsp as the default document in IIS 7, and have the request passed through to WAS 6.1.
http://localhost/index.jsp works fine, but
http://localhost does not. It seems like the WAS plugin just does not get invoked in this case, when the jsp is specified in IIS as the default document. I know that I can set up default.asp page, and have that redirect to index.jsp, but I would prefer not to install ASP on IIS, because I don't need it for any other purpose.
Does anyone have any ideas on this?