You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Steve Forster <st...@notebooksrus.com.au> on 2005/06/06 08:48:05 UTC

Welcome file list

Hi, this is probably a basic question but I could really use a hand.

Is there a way to simply read/display www.mydomain.com without
redirecting to index.jsp?

I found out how to do the opposite in web.xml
    <welcome-file-list>
        <welcome-file>index.jsp</welcome-file>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.htm</welcome-file>
    </welcome-file-list>


TIA

Steve