> From: Prastein, Rebeccah H
> [mailto:[EMAIL PROTECTED]
> Subject: RE: Updating users
>
> There must be a way - Managing users is one of the things
> that the admin webapp does.

The admin webapp had access to Tomcat's internal structures, but it has been 
dropped due to bugginess and lack of developer interest.  Using its source code 
will not be portable, not even to later versions of Tomcat, let alone across 
containers.

You could implement your own simple <Realm> that persists the updates and 
handles the authentication calls, or you could try this:
http://securityfilter.sourceforge.net/

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to