----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
I am having some difficulty protecting servlets with the basic
authentication method. I have made a .htaccess the following way:
<Location /servlet>
AuthType Basic
AuthName Servlets
AuthUserFile /opt/httpd/etc/passwd.web
require user joeschmo
/Location
When I do this, nothing happens. No error messages, not nothing. I've
Placed this .htaccess file in both the doc root and the servlet root and
nothing
happens.
Can anyone point me in the right direction for protecting servlets?
Thanks!
Don
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]