> Hi all,
>
> I had writen a servlet which will purpose to validate usename and password
when the user try to open a web folder connection to the server.  Is it
possible for me to register this servlet in the web.xml so that the server
will load up this servlet anytime an authentication is needed?  If so, can
you show me how to do so?  Thanks.
>

You don't need to implement the authentication yourself, as it's one of the
services provided by the servlet container.
The servlet API documentation is a useful refrence :
http://java.sun.com/products/servlet/download.html#specs

Remy

Reply via email to