| DI Maciej Sebastian Krzyzanowski 2005-01-03, 7:59 am |
| I have exactly the same problem like /"hendet"/ at
http://www-128.ibm.com/developerwor...ead=65398&cat=9
No matter what I try, I am unable to have the apache directive
"DirectoryIndex" serve index.jsp. I have a webapp that has a
context-root of "/" and I want users to default to the index.jsp page
when they enter some specific URL.
Unfortunately, this never happens and I get a "Forbidden - You don't
have permission..." error. I can manually type in this:
http://URL/index.jsp <http://some_registered_url/index.jsp> and it works
fine.
Only JSP files seem not to work this way - a DirectoryIndex with a
index.html works fine.
Using "welcome-file-list" in web.xml doesn't work since this is used
only when WAS does all the request-serving (html and jsp) - but I'm
using the IBM HTTP-server for html-requests.
Any help would be greatly appreciated!
Thanks,
Sebastian K.
|