First of all, hello to the groupe.
I'm a newbi as far as tomcat is concerned, so if this is
really stupid, sorry for wasting your time.
I'm trying to get a JDBC Data pool connection up using
Tomcat and postgres SQL.
My JNDI source is configured, and when I :
Context initContext = new InitialContext();
Context envContext =
(Context)initContext.lookup("java:/comp/env");
DataSource ds = (DataSource)envContext.lookup("jdbc/postgres");
I get a Datasource with all the details I entered.
The problem is that when I try to connect, I get the
following error:
Cannot create JDBC driver of class 'org.postgresql.Driver'
for connect URL 'jdbc:postgres://10.201.1.10/QCM'
postgres-8.0.309.jdbc3.jar is in common/lib, yet removing
it, or movining it to shared/lib or $WEBAPP/WEB-INF/lib
doesn't change the error.
I'm running postgresql 8.0 and tomcat 5.0.28.
TIA for your time, all suggestions greatly appreciated.
David
************************ ADSL JUSQU'A 8 MEGA + 3 MOIS DE TELEPHONE GRATUIT
************************
L'ultra haut d�bit � 15EUR/mois seulement ! Et vous t�l�phonez gratuitement en
France vers les postes fixes,
hors num�ros sp�ciaux pendant 3 mois.
Pour profiter de cette offre exceptionnelle, cliquez ici :
http://register.tiscali.fr/adsl/ (voir conditions sur le site)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]