> From: Lanny Rosicky [mailto:[EMAIL PROTECTED] 
> Subject: tomcat-users.xml parsing and updating
> 
> Could you please point me to reading on how to build a web 
> front end for managing the tomcat-users.xml?

Before you spend any time on this effort, perhaps you should take note
of this statement in the Tomcat doc:

"MemoryRealm is a simple demonstration implementation of the Tomcat 6
Realm interface. It is not designed for production use."

Consider using a real authentication mechanism rather than augmenting
this toy.  The doc is here:
http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html

If you want something more flexible than what's in the servlet spec, try
this:
http://sourceforge.net/projects/securityfilter/

 - 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