Re: problem with the Tomcat

From: J M Okomba <Okomba(at)kabage(dot)co(dot)ke>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: problem with the Tomcat
Date: 2003-02-04 15:46:48
Message-ID: 715DF98A936DD211B29D0008C71E55D49459D0@NTSERVER1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


The best place to place the driver is common/lib directory of tomcat or
WEB-INF/lib directory of your web application.

> -----Original Message-----
> From: Tiago Leonardo Broilo [SMTP:broilo(at)em(dot)pucrs(dot)br]
> Sent: 04 February 2003 15:52
> To: pgsql-jdbc(at)postgresql(dot)org
> Subject: [JDBC] problem with the Tomcat
>
> I have PostgreSQL 7.3,jdbc driver pg73jdbc2.jar
> (located in /usr/java/local/lib), J2SE 1.4.1 and jakarta-tomcat-4.1.18.
> I'm using from a project.
> I have a problem with the Tomcat, therefore any
> application in servlet and jsp that I make it does not
> find driver of the database and the one exception
> that it appears is only this:
> "Exception! java.lang.ClassNotFoundException: to org.postgresql.Driver at
> to org.apache.catalina.loader "
> or Class.forName() throws ClassNotFoundException so you will need you
> catch and handle it.
> Although to have made right everything that is necessary in the Tomcat
> when to the use of database.
> Since already I thank the aid of all.
>
>
>
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tiago Leonardo Broilo 2003-02-04 15:51:32 problem with the Tomcat
Previous Message Matt Mello 2003-02-04 11:52:40 Re: java.lang.OutOfMemoryError