Re: Welcome file problem

2005-01-28 Thread Sebastian Hennebrueder
Normally I forward to an default action from the page xy.de/myProjekt/index.jsp The index.jsp is in the Home directory and all other JSPs are located in a JSP directory which is protected. The home directory is not protected. Regards Sebastian Hennebrueder http://www.laliluna.de Tutorials

Re: Welcome file problem

2005-01-27 Thread Erik Weber
Kishore, thanks a lot for your help. Interestingly, the problem was only that I had "/foo/index.html" instead of "foo/index.html" as my welcome file entry. After I removed the beginning forward slash as you suggested, it worked (without the need for the dummy file -- I did not encounter the 404)

Re: Welcome file problem

2005-01-27 Thread Kishore Senji
On Thu, 27 Jan 2005 18:54:26 -0500, Erik Weber <[EMAIL PROTECTED]> wrote: > I am restricting *.jsp in web.xml. ActionServlet is mapped to /foo/*. > > I would like to use a welcome file so that a URL of http://host:port/app > will resolve to the index page. However, the index page is a JSP, so > it