RE: JDBC loop problem tomcat 4.1.18

2003-01-31 Thread Cristian Draghici
Hello all, I'm replying to my own message. Seems that switching to jdk 1.3 makes the problem dissapear. So j2sdk1.4.1.01 does not work with tomcat 4.1.18 for JDBC access (at least for me on Linux 2.4 kernels) Cheers c -Original Message- From: Cristian Draghici [mailto:[EMAIL PROTECTED

RE: Cannot load JDBC driver class 'null'

2003-01-30 Thread Cristian Draghici
yes it will shutdown tomcat and edit the server.xml file by hand. (add the ResourceParams entry under your context) add the necessary entries, start tomcat and the admin console should work. (at least that's what happens with my tomcat 4.1.18) hope this helps, cristi -Original Message-

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