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

Reply via email to