Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IIS 7 default document jsp

22 views
Skip to first unread message

loren.k...@avenuearazorfish.com

unread,
Aug 11, 2008, 2:54:32 PM8/11/08
to
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?

Anant

unread,
Aug 11, 2008, 4:19:40 PM8/11/08
to
Try adding the index.jsp to the welcome-file-list in the web.xml


index.jsp

loren.k...@avenuearazorfish.com

unread,
Aug 19, 2008, 8:01:44 PM8/19/08
to
Thanks for the suggestion - I had tried that already and it does not work. The reason is that the request does not get through to the app server, in order for the web.xml to be interpreted. IIS will give a 403 error, and not pass the request to Websphere. Possibly, this could be solved by specifying the URI "/" in the Websphere plugin cfg file, but this has other unintended consequences - we don't want all requests to be passed to Websphere, and also specifying "/" causes a side-effect and messes up IIS's default document handling.
0 new messages