RE: Protecting static content

2002-01-17 Thread Cox, Charlie



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




Re: Protecting static content

2002-01-16 Thread E B

 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?

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

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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




Protecting static content

2002-01-12 Thread E B

Hi
I want to protect static content in a webapp from
un-authenticated access. Is this possible?

thanks, eb.
PS: The archives at archive.covalent.net are not
searchable.

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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