jdbc servlets and jsp

2003-09-08 Thread Francisco Vides Fernandez
Is the postgres jar locate somewhere the app have access to? Good places are: commons/lib in $CATALINA_BASE or WEB-INF/lib in the application directory. Saludos Luke == Luke Vanderfluit [EMAIL PROTECTED] writes: Luke Hi, I'm having a few probs (fun) getting jdbc to work in Luke servlets and

RE: jdbc servlets and jsp

2003-09-08 Thread Madere, Colin
What's your error and do you have the PostgreSQL JDBC jar file in tomcat_home/common/lib ? -Original Message- From: Luke Vanderfluit [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 5:53 PM To: Tomcat Users List Subject: jdbc servlets and jsp Hi, I'm having a few probs (fun

RE: jdbc servlets and jsp

2003-09-08 Thread Luke Vanderfluit
To: Tomcat Users List Subject: jdbc servlets and jsp Hi, I'm having a few probs (fun) getting jdbc to work in servlets and jsp, tomcat in other words. I've successfully got jdbc working with postgresql in a regular java class. I have tried using the same code adapted to a servlet and jsp

jdbc servlets and jsp

2003-09-07 Thread Luke Vanderfluit
Hi, I'm having a few probs (fun) getting jdbc to work in servlets and jsp, tomcat in other words. I've successfully got jdbc working with postgresql in a regular java class. I have tried using the same code adapted to a servlet and jsp to get a database connection happening from there, however