My website's homepage is the index action: /index.do.
In web.xml, I configured the welcome-file-list like this:
<welcome-file-list>
<welcome-file>index.do</welcome-file>
</welcome-file-list>
When I access the application with no action or filename, I get the
directory listing. It is not serving the homepage as configured in the
above snippet.
How can I tell the container to serve index.do when no filename is provided?
Nicolas Laplante
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]