> -----Original Message-----
> From: E B [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 16, 2002 11:44 PM
> To: Tomcat Users List
> Subject: Re: Protecting static content
> 
> 
> > I want to protect static content in a webapp from
> > un-authenticated access. Is this possible?
> > 
> 
> 
> Is pumping the html out from a servlet the only way
> to handle this?
> 

you can use JdbcRealm for authorization, or in tc4 you can use a filter if
you have your own custom authorization. I use filters for exactly this
purpose.

Charlie

> btw, is there a concept of global URL, global to all
> webapps?
> 
 

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

Reply via email to