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

Hello,

I am using Windows 2000, Apache 1.3, Apache Jserv 1.1.2, JSDK2.0.

I have user authentication working on the htdocs directory.  I implemented
this in the httpd.conf using the below code.

<Directory "C:/Program Files/Apache Group/Apache/htdocs">
Authname "restricted area"
AuthType Basic
AuthUserFile /ibminfo/larry
require valid-user
AllowOverride AuthConfig
</Directory>

The above code works perfect.  I copy paste the exact code above changing
only the path of the directory to <Directory "C:/Program Files/Apache JServ
1.1.2/servlets">.  When I attempt to access a servlet the user
authentication window does not appear, the servlet runs happily without any
authentication from the user.  Any suggestions??

Thank you,
Dave





--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to