Hi, For manager, it's the manager role that is needed, not the admin role.
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="tomcat" password="tomcat" roles="tomcat"/> <user username="both" password="tomcat" roles="tomcat,role1"/> <user username="role1" password="tomcat" roles="role1"/> <user username="manager" password="123qwe" roles="manager"/> </tomcat-users> ---------------------------------------- but i can't login as manager :( Is there anything wrong with it ? Warm Regards, Mário Gamito