Re: Tomcat - PostgreSQL - Cannot load JDBC driver class "n - Mailing list pgsql-jdbc

From Andreas Prohaska
Subject Re: Tomcat - PostgreSQL - Cannot load JDBC driver class "n
Date
Msg-id A11D9B8C48C1D411AE0C000062A129947B1C94@ganymed.allocation.net
Whole thread Raw
List pgsql-jdbc
Ahhhh, I accidently pressed "send" before fixing my typos....

> Hm, what a strange and weird problem you are having. Your
> setup is look exactly the same as mine.

Yeah right. And I is am a jerk.


> *******************************************************
> Web XML  :-  Tomcat/webapps/root/WEB-INF
> *******************************************************

As someone pointed out before, that's the wrong file. You should
configure this in the web.xml of your application. Following
your paths this should be in Tomcat/webapps/DBTest/WEB-INF/web.xml.

Well, your whole application should be in Tomcat/webapps/DBTest.
Perhaps a typo in the path? Besides, Tomcat doesn't care about
the resource-ref entry in the web.xml at all.

    Andreas


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Statement.cancel() may cancel queries in the future
Next
From: Germán Gazzoni
Date:
Subject: Tomcat - PostgreSQL - Perfomance Tuning