On Wed, 30 Jun 2010, Paula Díaz Redondo wrote: > Dear sr./madame > > I'have recently installed the apache-tomcat-6.0.26.exe (in a Windows XP), I > made the changes to insert the administrator in the "tomcat-users.xml", now > this documents is like follows: > > <tomcat-users> > <role rolename="manager"/> > <user username="tomcat" password="TomcatAdm" roles="manager"/> > <role rolename="tomcat"/> > <role rolename="role1"/> > <user username="tomcat" password="tomcat" roles="tomcat"/> > <user username="both" password="tomcat" roles="tomcat,role1"/> > <user username="role1" password="tomcat" roles="role1"/> > --> > </tomcat-users> > > > The next step i'm trying to do it to access to the "Tomcat Manager", but when > I insert as username "tomcat" and password "TomcatAdm" it doesn't allow me > the acces, what should I write?.
It seems that you have not removed XML comments from tomcat-users.xml file :) It's good to use editor that highlight xml markup, it helps to avoid such mistakes. Hint: '-->' closes comment. -- Regards, Paweł Zuzelski --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org