Dave Anders wrote:

> I'm trying to access my new PostgreSQL database
> using Tomcat 4.0.3 and JDBC.
> 
> I'm receiving an Internal Server Error.
> 
> exception :
> 
> javax.servlet.ServletException: WEB-INF/lib/jdbc7.1-1.2.jar/org/postgresql/Driver
> 
> root cause :
> 
> java.lang.ClassNotFoundException: WEB-INF/lib/jdbc7.1-1.2.jar/org/postgresql/Driver


Provide the code you are using to load the driver.  The above looks 
sorely malformed.  You should be doing a 
Class.forName("org.postgresql.Driver") in the code, or if you are 
setting up a DataSource in the configs the class name should be 
similarly formed.


> 
> I'm sorry but I don't know at the moment how to implement 
> the jdbc7.1-1.2 driver class so it is working properly.
> 
> Is there anybody out there who knows the answer.
> 
> Thank you,
> Dave Anders 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 
> 
> 


-- 
Jeffrey Bonevich
Ann Arbor, Michigan
[EMAIL PROTECTED]
http://www.bonevich.com

Hwæt! Wë Gär-Dena   in geär-dagum,
peod-cyninga,       prym gefrünon,
hü ða aepelingas   ellen fremedon!


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to