1
I am working on a Javaee project in Netbeans IDE 8.0.1 using Tomcat 8.0.9 as a container. The problem occurs at the time of project execution, the IDE asks for a user and password and I provide them, but she ignores them and asks again, I click cancel and accuses the following:
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 just doesn’t work, I also tried to put the data that are assigned to the manager-script in the archive Tomcat-users.xml and it didn’t work either, another thing I tried was to modify the password in the server manager itself in Netbeans and it didn’t, it continued the same.
How can I solve or at least get around this problem?
I don’t know if this can influence anything, but I installed Tomcat at the time of installing Netbeans (it came bundled with the IDE).
Are you using linux? In Ubuntu you can edit the text file that has this configuration, in Windows you should have it too, but then I don’t know where.
– Luiz Rossi
In fact, I’ve already edited it (Tomcat-users.xml), but it "ignores" this edition and does not accept as user.
– ptkato
I edited my answer, I don’t know if you get notification, that one should solve.
– Luiz Rossi