Ingres and JdbcRealm problems

2004-08-17 Thread Ben Stokes
Hi, I'm currently developing a web application on Tomcat 5 embedded in Netbeans 3.6 and connecting to an Ingres 2.6 database. I've setup a JdbcRealm in Tomcat to authenticate users against the database to allow access to the application and, from the outside, everything appears to work well with

Re: Ingres and JdbcRealm problems

2004-08-17 Thread Peng Tuck Kwok
Looks like something went wrong with the sql statement. Can your jdbc driver provide more output through some configuration ? Maybe then the root cause can be seen. On Tue, 17 Aug 2004 10:00:50 +0100 (BST), Ben Stokes [EMAIL PROTECTED] wrote: Hi, I'm currently developing a web application on

Re: Ingres and JdbcRealm problems

2004-08-17 Thread Ben Stokes
I've got the debug level in the realm declaration on 99 which is the most verbose. As far as I know there's nothing else I can set. I'm using edbc.jar which contains the jdbc driver. Ben Looks like something went wrong with the sql statement. Can your jdbc driver provide more output through