Thanks guys, it worked fine!

-----Original Message-----
From: Tim Funk [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 19, 2003 11:17 AM
To: Tomcat Users List
Subject: Re: default document question


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]


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

Reply via email to