On 3/12/2002 12:53 AM, Gurmeet wrote:
> Hi all,
> 
> I am new Tomcat user. pls help me how can I define a particular JSP page to
> be the entry point for my application.
> 
> Please tell me what all I need to specify in my web.xml.
> 
> Regards
> Gurmeet

<welcome-file-list>
   <welcome-file>index.jsp</welcome-file>
   <welcome-file>index.wml</welcome-file>
   <welcome-file>index.html</welcome-file>
</welcome-file-list>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to