Help please!

BACKGROUND
==========
I want to store the digested version of user's
password in the database.  Therefore, I imported
org.apache.catalina.realm.RealmBase so that I can use
the static DIGEST method in the class for the
digestion of the password
i.e.Digest(myBean.getUser_pass()).

I am using Eclipse 3.0.2, tomcat-5.5.9 and JDK 1.5

PROBLEM
=======
After importing org.apache.catalina.realm.RealmBase
class, I keep getting error msg: "The import
org.apache.catalina cannot be resolved".  I do not
expect to get this error because I have followed the
instructions on how to achieve my objective correctly.
 The instructions are here:
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#Digested%20Passwords

In line with the instructions, I added catalina.jar to
my classpath; please see classpath below:

CLASSPATH=.;D:\apps\Apache\Tomcat\tomcat-5.5.9\common\lib\servlet-api.jar;D:\apps\Apache\Tomcat\tomcat-5.5.9\common\lib\jsp-api.jar;D:\apps\Apache\Tomcat\tomcat-5.5.9\server\lib\catalina.jar

In DOS the RealmBase class was found, it is only in
the action class that it is not found - cannot be
resolved.

Everything to do with password/login is working,
except for digestion.  As I have pointed out it has
not been possible to enable digestion because of the
problem with importing the class.

Can anyone please tell me what I need to do to get
round the import problem?  I hasten to point out, I
even restarted my machine after adding catalina.jar to
my classpath.



Thank you.

Ola'dele Oke


                
___________________________________________________________ 
How much free photo storage do you get? Store your holiday 
snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to