It's called a "welcome file" in the JSP/Servlet world. Find a reference for the "application deployment descriptor" (web.xml) and look for <welcome-file-list> and <welcome-file>. I'd start on www.google.com.
Regards, Eddie Jaque Sara wrote: > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Saturday, July 13, 2002 4:07 AM >To: [EMAIL PROTECTED] >Subject: Directory Index > > >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]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
