You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/09/27 10:32:10 UTC

DO NOT REPLY [Bug 51895] New: Incorrect XML command in the documentation

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.moyse@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51895] Incorrect XML command in the documentation

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51895

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> 2011-09-27 09:17:29 UTC ---
name or username are both accepted.

The other roles are unnecessary for Manager access.

Use the users mailing list if further assistance is required.

-- 
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org