Problema em autenticação com tomcat

Pessoal, estou tendo problemas em autenticar com tomcat, no manager, podem me ajudar, por favor?
Tomcat-users.

<?xml version='1.0' encoding='utf-8'?>
<!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 2.0
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->
<tomcat-users>
<!--
  NOTE:  By default, no user is included in the "manager-gui" role required
  to operate the "/manager/html" web application.  If you wish to use this app,
  you must define such a user - the username and password are arbitrary.
-->
<!--
  NOTE:  The sample user and role entries below are wrapped in a comment
  and thus are ignored when reading this file. Do not forget to remove
  <!.. ..> that surrounds them.
-->

   <role rolename="tomcat"/>
   <role rolename="intradicoi"/>
   <user username="tomcat" password="web19955" roles="tomcat"/>
   <user username="intradicoi" password="web19955" roles="intradicoi"/>
   <!--user username="root" password="dinge19955" roles="admin,manager" fullName="Tomcat  Administrator"/-->
   <user username="both" password="web19955" roles="tomcat,intradicoi"/>
   <user username="admin" password="webadmin" roles="admin,manager" fullName="Tomcat Administrator"/>
</tomcat-users>

Mano, colocar urgente no tópico não ajuda, e pelo contrário, afasta diversas pessoas. [=

Qual o seu problema? Você nem descreveu… Tem alguma mensagem no log?

Meu caro, estou com problemas de autenticação, não autentica por nada…
vou alterar o urgente depois.

Sempre como se estivesse com a senha/usuario incorreta.

Você pode me ajudar?

Floodar também não ajuda…
Neste parte do tomcat-users.xml:

<user username="admin" password="webadmin" roles="admin,manager" fullName="Tomcat Administrator"/>  

Estas roles não existem no teu arquivo. Verifique.
Se não me engano, a role principal para acessar como adm é a “manager”.

Já está resolvido, muitíssimo obrigado.