Thanks. I can't believe that I missed those

On Wed, Jan 26, 2011 at 12:26 PM, André Warnier wrote:

Hi.

Just make absolutely sure that you have not, for instance, forgotten to remove the XML comment signs around the section below.

Dave Carlson wrote:

I am using tomcat 6.0.30 and cannot get the authentication correct using tomcat-users.xml. Here is my tomcat-users:

<!--   ?????

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


-->   ??????


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to