> The point is that currently I can access all the servlets without
> restrictions from everywhere and I won't that. I want authenticate the
> users that access every servlet and manage security for access the servlets.
>
> I've revised information about security, but I don't find any
> document about this topic.
>
> Do you have implement authentication of users with Apache JServ?
>
> Can I make a configuration using the .htaccess file?, if posible
> how can I do it?
There are two ways.
#1. is to read the FAQ, the .htacess methods are well covered in there.
#2. is to use a servlet framework such as Dash
<http://www.working-dogs.com/dash/> that make it easy to implement a
database backed security model.
-jon
-- --------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]