Comments.. I guess I'm just used to Apache's # symbols for comments. What
part do I need to remove to remove the comments? I tried changing it to the
following and restarting Tomcat but I got the same result:

<tomcat-users>
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <role rolename="manager"/>
  <user username="tomcat" password="tomcat" roles="tomcat"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
  <user username="role1" password="tomcat" roles="role1"/>
  <user username="campee" password="password" roles="manager"/>
</tomcat-users>


On Sun, Sep 13, 2009 at 8:23 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Martin Gainty [mailto:mgai...@hotmail.com]
> > Subject: RE: help with tomcat manager
> >
> > UserDatabase Realm acquires authentication credentials from a jdbc
> > Database source
>
> That's completely wrong.  The UserDatabaseRealm works perfectly well with
> tomcat-users.xml - it's the Tomcat default.
>
>  - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to