posted 21 years ago
Define a <welcome-file-list> in your web.xml file.
For instance, this one will redirect any request for the directory into a request for "index.jsp":
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
Ron Newman - SCJP 1.2 (100%, 7 August 2002)