What I need to be able to do is to make sure, that every request, for
any page has enought rights to view the page and use it, So i thought of
using a servlet as a controller. If I understand correctly what you
talked about in this and your previous post, using the servlet mapping
to "/" will not work at some point.  

I'm not that experienced yet in these matters, could you ilustrate to me
a bit why this won't cut it?

Thank you!

On Sat, 2002-08-10 at 00:40, Craig R. McClanahan wrote:
> 
> 
> On Fri, 9 Aug 2002, Todd Kaplinger wrote:
> 
> > Date: Fri, 09 Aug 2002 17:43:36 -0400
> > From: Todd Kaplinger <[EMAIL PROTECTED]>
> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>,
> >      [EMAIL PROTECTED]
> > To: [EMAIL PROTECTED]
> > Subject: Re: Problems with <url-pattern>*
> >
> > define a servlet mapping of just "/". this is the default servlet mapping.
> 
> That's still not going to work for what the proposed use case was --
> because you've just disabled the default file-serving servlet that serves
> static content.
> 
> Craig
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 



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

Reply via email to