Digested Passwords and the server/lib/catalina.jar file

2002-09-10 Thread Kevin HaleBoyes
I am using JDBC Realms in my application with digested passwords. Specifically the MD5 digest. I need to programatically digest passwords entered into the application for storage in the users table (when a new user is created or password changed). In the Digested Passwords section of the Realm

Re: Digested Passwords and the server/lib/catalina.jar file

2002-09-10 Thread da_alchemist
It's error prone either way-- .../common/lib or .../WEB-INF/lib-- upon upgrade. Without understanding the full scope of your project I would tend to lean towards the first solution (.../WEB-INF/lib) unless the .jar file needs to be available to all web applications. The common directory

Re: Digested Passwords and the server/lib/catalina.jar file

2002-09-10 Thread Kevin HaleBoyes
From: [EMAIL PROTECTED] Moving a Tomcat server .jar file does not seem like a comfortable option-- it is like moving system libraries the OS depends on to a shareable area because you do not like them where they currently are located-- but if it works and you feel comfortable with it then use

Re: Digested Passwords and the server/lib/catalina.jar file

2002-09-10 Thread Liam P. Walker
need it. - Original Message - From: Kevin HaleBoyes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 10, 2002 12:39 PM Subject: Re: Digested Passwords and the server/lib/catalina.jar file From: [EMAIL PROTECTED] Moving a Tomcat server .jar file does not seem like