Configuration documentation should reflect the necessary enclosing <servers> 
block for Tomcat manager username/password override
--------------------------------------------------------------------------------------------------------------------------------

                 Key: MOJO-1063
                 URL: http://jira.codehaus.org/browse/MOJO-1063
             Project: Mojo
          Issue Type: Bug
          Components: tomcat
         Environment: N/A - this is a documentation bug.
            Reporter: Chris Patti
            Priority: Minor


The documentation on this page for overriding the default manager 
username/password states the following:

Add a corresponding server block to your settings.xml:

<server>
        <id>myserver</id>
        <username>myusername</username>
        <password>mypassword</password>
</server>

---
While it may be obvious to the veteran, newbies will likely stumble as I did 
over the fact that an enclosing <servers> block is also required.

Simply changing this to:
---
Add a corresponding server block to your settings.xml:

<servers>
    <server>
            <id>myserver</id>
            <username>myusername</username>
            <password>mypassword</password>
    </server>
</servers>

---
Would fix the problem entirely.

Thanks for an excellent build system and a nice plugin!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to