I like that idea. Thanks
-----Original Message----- From: Vincenzo Gianferrari Pini [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 9:31 AM To: James Users List Subject: RE: James Passwords for Tomcat4 Authentication > Instead, I think I'm going to change Tomcat to use FORM (vs BASIC) > based authentication, so that I can hook into it with my own code. I > can then update the pwdHash column in James, as well as additional > columns and/or additional tables as needed. Or, as the problem is not the authentication but managing new passwords, you could keep (as I do) the BASIC authentication and provide one or more servlets/jsp pages or even a small general purpose application to allow for setting/changing the password by the user: here is where you would update both pwdHash and pwdHashHex. Bye, Vincenzo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]