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

Respected Sir,

I have a problem regarding the basic authentication using the apache-g
server.
I have added the necessary .htaccess file in the directory containing
the html files.
The  authentication is working perfectly fine when I load any of the
html files from that directory.
The problem which I have got is that when an html file generated by
servlet is loaded on the netscape browser, the authentication feature is

not provided.
Please suggest a remedy so that I can use the basic  authentication
feature for an html page generated by an servlet.(I have added the
.htaccess file in the directory containing the servlets .)
The format of the .htaccess file is as follows:

AuthUserFile /WebPages/Servlets/Admin/passwd
AuthGroupFile /dev/null
AuthName "Users only"
AuthType Basic

<Limit GET>
require user srgopal
require user pavank
require user hiren
order deny,allow
allow from all
</Limit>

Please suggest a way to authenticate the servlets.
Thanking You in anticipation
regards
Hiren Shah



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

Reply via email to