[JDBC] Re: [INTERFACES] First-time JDBC setup with Jakarta! Whee!

2001-02-20 Thread Peter T Mount
Quoting Adam Haberlach <[EMAIL PROTECTED]>: > I could have sworn that we were splitting this list up, > to move the PHP and JDBC stuff somewhere else, but I can't > seem to find any reference to that on the web pages, so here > goes. [EMAIL PROTECTED] is the list. I'm cc'ing that list now.

RE: [JDBC] Re: [INTERFACES] First-time JDBC setup with Jakarta! Whee!

2001-02-20 Thread Ramachandra K.B.S
Hi, We have JDBC driver working with Tomcat, by simply copying the postgresql.jar file into the tomcat/lib directory, and restarting tomcat. No changes to server.xml are required for this. Hope this helps. Ram -Original Message- From: Peter T Mount [mailto:[EMAIL PROTECTED]] Sent: T

[JDBC] Re: [INTERFACES] First-time JDBC setup with Jakarta! Whee!

2001-02-20 Thread Tom Albinson
Hi Adam I am using the JDBC driver with tomcat. to get to work, i put it the lib directory (of my project directory) then when i ran build.sh it was installed in the correct place Hope that helps Tom