Jack, I'm not sure I understand what you're asking but, in case I did
understand your question correctly, try putting this into your web.xml
<welcome-file-list>
<welcome-file>
MyJspIndexPage.jsp
</welcome-file>
</welcome-file-list>
Darya
On Fri, 12 Jul 2002 [EMAIL PROTECTED] wrote:
> I know that in Tomcat I can map servlets to the path "/" and that in
> Apache I can set certain files to be "directory indexes"; however, I do
> not know how to map a JSP to the path "/". Can anyone help? How do I map
> JSPs to the path "/" or set them as "directory indexes"?
>
> Thanks,
>
> Jack
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>