Hello! This is my first post to the list. My problem is this, I've configured Tomcat's file server.xml in order to use JDBC to authenticate users, and I've set up the realms and the different roles that can access to that realms, then, if i try to access to some realm but I haven't got the right role Tomcat redirect me to a error page (Forbidden Access) but it never ask again my user and my password. This occurs only if that user/password exists in my DataBase but it haven got the right role, If I enter a non exist user/password, Tomcat ask me again for them. How can I solve this? Could I change that error page that Tomcat shows? How?
Thank you in advance... Alberto