In web.xml in the welcome file List. Example:
<welcome-file-list>
  <welcome-file>i-need-more-cowbell.html</welcome-file>
  <welcome-file>index.jsp</welcome-file>
  <welcome-file>index.html</welcome-file>
  <welcome-file>index.htm</welcome-file>
</welcome-file-list>

For more detail see section 9.9 of the Servlet 2.3 Spec from sun.

-Tim

Geoff Peters wrote:
Dumb question here, but how do I change the default document in a webapp from "index.html" in Tomcat Standalone 4.1.18?

Thanks, Geoff


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to