RE: JDBC Realm doesn't work properly

2008-01-15 Thread Caldarale, Charles R
> 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

RE: JDBC Realm doesn't work properly

2008-01-15 Thread JasDA
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 >

RE: JDBC Realm doesn't work properly

2008-01-15 Thread JasDA
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 >

RE: JDBC Realm doesn't work properly

2008-01-15 Thread Caldarale, Charles R
> 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

RE: JDBC Realm doesn't work properly

2008-01-15 Thread Martin Gainty
[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

JDBC Realm doesn't work properly

2008-01-15 Thread JasDA
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