"Michael P. Newcomb" wrote:

> I'm trying to user WWW-Authentication with my servlet.  Basically, I can get
> the client to pop up a user-password window, but I can't get that
> information from the HttpServletRequest object.  This is what I am using to
> test...
>

You must configure your servlet container to do this for you -- details depend
on which server you are using --  for example, when using a servlet engine
connected to Apache you would set up a <Location> directive in httpd.conf
describing the authentication mechanism you want to implement for a particular
set of URLs.

Craig McClanahan

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to