RE: servlet can't access postgreSQL database

2001-12-24 Thread Brian Adams
Hi, I am running it on Windows and put it in common\lib and did not touch any files and it sees it. hmmm... I have a redhat box and I have not dropped in the jar yet I will try... B -Original Message- From: Sanjeev Rathore [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001

RE: servlet can't access postgreSQL database

2001-12-24 Thread Brian Adams
yep, just dropped it in common/lib in RedHat and restarted tomcat and it worked. :) B checked conf files, no sign of any postrgesql confs. -Original Message- From: Sanjeev Rathore [mailto:[EMAIL PROTECTED]] Sent: Monday, December 24, 2001 10:50 PM To: [EMAIL PROTECTED] Subject: servlet

Re: servlet can't access postgreSQL database

2001-12-24 Thread Nikola Milutinovic
I am trying to use servlet to access postgreSQL database but I am not able to. I am able to run servlets just fine as long as they don't try to access postgreSQL database. If I run stand alone Java program, then I am able to access postgreSQL database just fine. I use: export