Hi, I'm trying to login as manager in Tomcat, but i can't. The URL is: http://lx0scr1:8080/manager/html/
My tomcat-users.xml file is: ---------------------------------------------------- <?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="tomcat"/> <role rolename="role1"/> <role rolename="manager"/> <role rolename="admin"/> <user username="gamito" password="abc123" fullName="Mario Gamito" roles="manager"/> <user username="tomcat" password="tomcat" roles="tomcat"/> <user username="role1" password="tomcat" roles="role1"/> <user username="both" password="tomcat" roles="tomcat,role1"/> <user username="admin" password="123qwe" roles="admin"/> </tomcat-users> -------------------------------------------------------------- I can't login in the above URL with the credentials "gamito/abc123" I've alrady restarted the server. Any help would be appreciated. Warm Regards, Mário Gamito