You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nicolas Preget <np...@inad.es> on 2001/07/05 15:03:24 UTC

Access protected

Hi

I would like to protect (using password for instance) the access to
parts on my Tomcat installation.
Do you know how I can make it ?

Regards.
Nicolas


Re: Access protected

Posted by Antony Bowesman <ad...@teamware.com>.
Nicolas Preget wrote:
> 
> Hi
> 
> I would like to protect (using password for instance) the access to
> parts on my Tomcat installation.
> Do you know how I can make it ?

Have a look for 'Realm' in the archive.  Realms give access to user
repositories for authentication and access control information.  Access
is protected through web.xml

Antony

Re: Access protected

Posted by Mark Muffett <ma...@its-axiom.com>.
Many ways you can do it.  I use JDBC authentication and keep the
username/password in a database.  (I'm using 3.3 which might be a bit easier
than 3.2).

The documentation (on the jakarta site) is quite good.

Mark

----- Original Message -----
From: "Nicolas Preget" <np...@inad.es>
To: <to...@jakarta.apache.org>
Sent: Thursday, July 05, 2001 2:03 PM
Subject: Access protected


> Hi
>
> I would like to protect (using password for instance) the access to
> parts on my Tomcat installation.
> Do you know how I can make it ?
>
> Regards.
> Nicolas
>