----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hi Brad!
Thanks a lot for your suggestion regarding the Location directive.
After changing the path of the location directive the popup regarding
the username and password is coming fine.
But the problem which I now have is that initially only , the popup says
that
Authorisation failed! Retry
I am using the .htpasswd file.
I have compiled the file and moved the htpasswd.o file to the
/BATS/Admin/
Directory.I have created a users file in the same directory and added
the users.
Eventhough I enter a valid username with its password,the auhtntication
does not allow the servlet to be loaded.
The Location directive is as follows:
<Location /BATS/Admin >
#AuthUserFile /usr/apache-g/htdocs/WebPages/Servlets/Admin/users
AuthUserFile /BATS/Admin/users
AuthGroupFile /dev/null
AuthName "Users only"
AuthType Basic
require user srgopal
</Location>
Please help me.
Thanking you again in anticipation!
regards
Hiren
--
--------------------------------------------------------------
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]