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:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to