You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by EDV Systembetrieb <ED...@dsd-ag.de> on 2001/11/08 15:16:43 UTC

RE: JDBCRealm with digest Passwords in TC 3.2.3, now 3.3

Hallo again, 
now I'm using TC 3.3 and everything works (fine). Download today.
But again it's the same problem.
I used 
java org.apache.tomcat.modules.aaa.RealmBase -a MD5 mypasswd
my Classpath is /app/tomcat/bin/:/app/tomcat/lib/tomcat.jar
where /app/tomcat is $TOMCAT_HOME
My Language environment is  de_DE.ISO8859-1 (should not matter I think)

The error is 
Exception in thread "main" java.lang.NoClassDeffoundError: org/apache/tomcat/modules/aaa/RealmBase
Please help
Thank you
Sabine




>>> nacho@siapi.es 07.11.2001  15.45 Uhr >>>
You are mixing 3.3 docs with tomcat 3.2.3 jars..

3.2.3 JDBCRealm doesnt have digest passwords feature..

And the docs are bad for 3.3 too ( Just finding that ), as the digest
method it's on  o.a.t.m.a.RealmBase.. 

Saludos ,
Ignacio J. Ortega


> -----Mensaje original-----
> De: EDV Systembetrieb [mailto:EDV.Systembetrieb@dsd-ag.de] 
> Enviado el: miƩrcoles 7 de noviembre de 2001 14:38
> Para: tomcat-user@jakarta.apache.org 
> Asunto: JDBCRealm with digest Passwords in TC 3.2.3
> 
> 
> Hi everybody,
> 
> I setup Tomcat 3.2.3 on Solaris with JDBCRealm and a 
> mysql-database. Using plain passwords, everything works fine. 
> But I would like to 
> digest my password in the database.
> I tried "java org.apache.tomcat.modules.aaa.JDBCRealm -a MD5 
> mypassword" (as described in JDBCRealm-howto)
> but I get an error:
> exeption in thread "main"  java.lang.NoClassDeffoundError: 
> /org/apache/tomcat/modules/aaa/JDBCRealm
> 
> My Classpath is 
> /app/tomcat/lib/ant.jar:/app/tomcat/lib/jasper.jar:/app/tomcat
> /lib/jaxp.jar:
> /app/tomcat/lib/mysql.jar:/app/tomcat/lib/parser.jar:
> /app/tomcat/lib/servlet.jar:/app/tomcat/lib/test:
> /app/tomcat/lib/webserver.jar:/app/jdk/lib/tools.jar
> where /app/tomcat is defined as TOMCAT_HOME.
> 
> I searched JDBCRealm.java for a static method called "final 
> public static String digest..." (explained in 
> JDBCRealm-howto) but I could not find it. Is this a wrong 
> version? Does TC 323 not support digest Passwords??  Please help me.
>  
> For more informations please mailto: edv.systembetrieb@dsd-ag.de 
> Thanks Sabine
>  
> 
> 
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
> 
> 

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>