https://issues.apache.org/bugzilla/show_bug.cgi?id=51895
Bug #: 51895 Summary: Incorrect XML command in the documentation Product: Tomcat 7 Version: unspecified Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Documentation AssignedTo: dev@tomcat.apache.org ReportedBy: gilles.mo...@lip6.fr Classification: Unclassified Hi. I think there is a problem in the documentation located at http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html. In the section "Configuring Manager Application Access", the XML comand to define the users is "<user name="craigmcc" password="secret" roles="standard,manager-script" />". Shouldn't it be : "<user username="craigmcc" password="secret" roles="standard,manager-script" />" ? On top of that, adding the manager-script role did not solve my problem. I had to use the following (but maybe this is due to something else) : <role rolename="manager-gui"/> <role rolename="manager-script"/> <role rolename="manager"/> <role rolename="admin-gui"/> <role rolename="admin-script"/> <role rolename="admin"/> <user username="user" password="pwd" roles="manager-gui,admin-gui,manager,admin,manager-script,admin-script"/> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org