Hi, I use Tomcat 5.5. I have a JSP application. The login is implemented with database.
<Realm className="org.apache.catalina.realm.JDBCRealm" ..... I need to increase the security. I want that the user have only 3 retry for the login, the user must change the password every months, I need a password policy (8 char, Maj and min,...). How I can implement this? I think to use active directory, but I can't manage user and passwords directly with tomcat, or yes? Thanks, Stéphanie --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org