RE: RealmBase Digest Method

2003-10-24 Thread Robert D. Abernethy IV
Thanks Chris - that did the trick! Rob Abernethy Dynamic Edge, Inc. -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 5:35 PM To: Tomcat Users List Subject: Re: RealmBase Digest Method Rob/Thai, All you need to do is drop

Re: RealmBase Digest Method

2003-10-23 Thread Thai Nguyen
Yes Rob, All you need to do is drop the catalina.jar into: /your_webapps/WEB-INF/lib and in your web application: import org.apache.catalina.realm.RealmBase encryptedPassword = RealmBase.Digest(clear_passwd, MD5); Hope this is what you looking for, Thai Nguyen I have used this method from

Re: RealmBase Digest Method

2003-10-23 Thread Christopher Schultz
Rob/Thai, All you need to do is drop the catalina.jar into: /your_webapps/WEB-INF/lib and in your web application: import org.apache.catalina.realm.RealmBase encryptedPassword = RealmBase.Digest(clear_passwd, MD5); I'm certainly not an expert, but I figured that putting catalina.jar into the