Newbie - How to setup startup default page

Hello All,

My WebProject has index.jsp & Login.jsp

When I enter http://shdevsvr:8080/SearchWebApp/index.jsp, the page displays correctly.

However, when I enter just the http://shdevsvr:8080/SearchWebApp url, I would like to display index.jsp as default page.

How to setup index.jsp as default start page

I am getting You are not authorized to view this page error. I have admin right to the machine and the folder.

Any help will be appreciated.

[493 byte] By [MyJSFa] at [2007-11-26 19:21:47]
# 1
In web.xml you can set the welcome file(s).
therockhoppera at 2007-7-9 21:41:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi therockhopper,Thank you so much. That is what I exactly looking for and thanks for the tip.
MyJSFa at 2007-7-9 21:41:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...