Realm works; db connection does not?

2007-06-22 Thread Søren Blidorf
Hi. My realm is working and is able to login to my app. When I try to do anything in the application that need connection to db, I get a white screen. Can anybody tell me the differance between the realm connection to the db and my applications connection to the db. I use:

Re: Realm works; db connection does not?

2007-06-22 Thread Johnny Kewl
If this is not the problem, please post your config and code you using - Original Message - From: Søren Blidorf [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, June 22, 2007 10:44 AM Subject: Realm works; db connection does not? Hi. My realm is working and is able

Re: Realm works; db connection does not?

2007-06-22 Thread Søren Blidorf
@tomcat.apache.org Sent: Friday, June 22, 2007 1:00 PM Subject: Re: Realm works; db connection does not? Hi Søren, Not sure what you saying but arnt you confusing Realm and JNDI. ie the Realm is for your user and password dB and JNDI/DBCP is for you to do other stuff with your dB Think you almost

Re: Realm works; db connection does not?

2007-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Søren, Søren Blidorf wrote: I do mean realm and the reason why I mention it is that I can validate users via my users and user_roles in my db, so the connection should work I guess? That depends upon your connection settings. Context

Re: Realm works; db connection does not?

2007-06-22 Thread Johnny Kewl
- Original Message - From: Søren Blidorf [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, June 22, 2007 1:32 PM Subject: Re: Realm works; db connection does not? Hi again. I do mean realm and the reason why I mention it is that I can validate users via

Re: Realm works; db connection does not?

2007-06-22 Thread Søren Blidorf
a white screen! - Original Message - From: Christopher Schultz [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, June 22, 2007 2:26 PM Subject: Re: Realm works; db connection does not? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Søren, Søren Blidorf