ConnectionPool JDBC3, Testing with realtime multiple client

2005-09-22 Thread NoKideen
Somebody please help me , example how to make A DataSource in server.xml/web.xml or in webapps/testapps/WEB-INF/web.xml using postgresql and an example to access it in servlet . Use a PoolConnection, so only connect once, the other use that connection. thank you, currently I write data

jdbc3

2004-02-05 Thread Edson Alves Pereira
Does anybody here knows where can i find jdbc3 extension to tomcat-4.1.24? Regards, Edson

Re: jdbc3

2004-02-05 Thread Tim Funk
Tomcat is jdbc agnostic. You'll need to download the appropriate libraries and drop them in the appropriate classloader. -Tim Edson Alves Pereira wrote: Does anybody here knows where can i find jdbc3 extension to tomcat-4.1.24