> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: RE: JDBC Realm doesn't work properly
>
> I'm using Tomcat 5.5.9 and my realm-class definetly extends
> the JDBC realm and not the JAAS realm.
However, your stack trace shows that the authentication is g
ext in the server.xml? Because I found
my solution somewhere in the www.
Regards,
JasDA
> -Ursprüngliche Nachricht-
> Von: "Tomcat Users List"
> Gesendet: 15.01.08 15:27:30
> An: "Tomcat Users List"
> Betreff: RE: JDBC Realm doesn't work properly
>
contained within this
> transmission.> Date: Tue, 15 Jan 2008 14:22:33 +0100> From: [EMAIL
> PROTECTED]> To: users@tomcat.apache.org> Subject: JDBC Realm doesn't work
> properly> > Hi,> > I'm using a self extended class of JDBC realm to realize a
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: JDBC Realm doesn't work properly
>
> I'm using a self extended class of JDBC realm to realize a
> user authentication.
Would you care to tell us the version of Tomcat you're using, or should
we gu
[EMAIL PROTECTED]>
To: users@tomcat.apache.org> Subject: JDBC Realm doesn't work properly> > Hi,>
> I'm using a self extended class of JDBC realm to realize a user
authentication. Here is the corresponding part of my server.xml:> >
driverName="com.syb
Hi,
I'm using a self extended class of JDBC realm to realize a user authentication.
Here is the corresponding part of my server.xml:
This works fine so far but I have to write four of these realm-configurations
for 4 different databases. Each database will be used by a different context.
So