You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Matt Egyhazy <mw...@virginia.edu> on 2001/11/19 22:13:28 UTC

welcome file not loading...

hi,

i am using tomcat 3.2.3 and apache 1.3.20 on windows 2000 with mod_jk

i have setup the welcome file in the web.xml of my web application as
follows:

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

this does not seem to be working and only a directory listing is supplied
when the http://server/web-app/ is requested.  when i throw in an index.html
page, its is loaded as the default page for the directory
http://server/web-app/ even though i do not have it in the web.xml file.
some help would be appreciated..i want to be able to name my default welcome
page something other than index.html.

everything else is working fine.

matt


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>