I'm working on a Java EE project in NetBeans 8.0.1 using Tomcat 8.0.9 as a container. The problem occurs at the time of project execution, IDE asks for a username and password and I provide them, but it ignores them and asks again, I click cancel and it says:
Erro de Implantação: O acesso ao servidor Tomcat não foi autorizado. Defina corretamente o nome de usuário e a senha com a atribuição \"manager-script\" no personalizador do Tomcat no gerenciador do servidor.
The problem is that I put the user / password exactly as it is in the server manager and it just does not work, I also tried to put the data that is assigned to the manager-script in the tomcat- users.xml and also did not work, another thing I tried was to modify the password on the server manager itself in NetBeans and it did not, it remained the same.
How can I solve or at least work around this problem?
I do not know if this can influence something, but I installed Tomcat at the time of installing NetBeans (it came with IDE).