401 non autorisé d'erreur lors de la connexion au Gestionnaire de l'Application de Tomcat

Je suis en train d'ouvrir une session dans l'Application Gestionnaire de Tomcat 7.0.22 pour Mac OS X 10.7. Voici l'erreur que j'obtiens: http://f.cl.ly/items/421q1K3f1i0X1H1M181v/so.tiff

401 Unauthorized

You are not authorized to view this page. If you have not changed any configuration files, please examine the file conf/tomcat-users.xml in your installation. That file must contain the credentials to let you use this webapp.

For example, to add the manager-gui role to a user named tomcat with a password of s3cret, add the following to the config file listed above.

<role rolename="manager-gui"/>
<user username="tomcat" password="s3cret" roles="manager-gui"/>

J'ai ajouté ceci dans mon tomcat-users.xml, encore ce n'est pas de prendre le même nom d'utilisateur/mot de passe.

<tomcat-users>
<role rolename="manager-gui"/>
<user name="tomcat" password="s3cret" roles="standard,manager-gui"/>
</tomcat-users>
InformationsquelleAutor Ava | 2011-10-14