Thanks for response but this does not help me.

What I want to do is that all requests to my application be routed through a
particular JSP wherein I will exercise access control mechanism.

Regards
Gurmeet

-----Original Message-----
From: Emir Alikadic [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 12, 2002 11:40 AM
To: Tomcat Users List
Subject: Re: How to set Entry Point


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]>


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

Reply via email to