My webapp recognizes only index.jsp as the welcome file. How can I get
it to use either index.jsp or index.html? 

Right now, if I go to the docs directory within my webapp (javadocs are
all html) I get a directory listing instead of index.html.

I tried adding a welcome-file-list element to the web.xml, but maybe I
don't have the correct syntax:

     <welcome-file-list>
      <welcome-file>index.jsp</welcome-file>
      <welcome-file>index.html</welcome-file>
     </welcome-file-list>

Anyone know?

Thanks,
August

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to