RE: JDBC loop problem tomcat 4.1.18

2003-01-31 Thread Cristian Draghici
]] Sent: Wednesday, January 29, 2003 9:52 PM To: [EMAIL PROTECTED] Subject: JDBC loop problem tomcat 4.1.18 Hello All, I have installed tomcat 4.1.18, I have a postgresql 7.0.3 database, the jdbc driver is jdbc7.0-1.1.jar. I have a servlet that is supposed to execute a very simple query (select

JDBC loop problem tomcat 4.1.18

2003-01-29 Thread Cristian Draghici
Hello All, I have installed tomcat 4.1.18, I have a postgresql 7.0.3 database, the jdbc driver is jdbc7.0-1.1.jar. I have a servlet that is supposed to execute a very simple query (select count) from the database. Althouh I get a context and the driver gets loaded, I get connections to postgres