Re: How to Install PostgerSQL_Driver ( in tomcat ) ?

From: "Leonel Nunez" <listas(at)enelserver(dot)com>
To: moin_e(at)yahoo(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: How to Install PostgerSQL_Driver ( in tomcat ) ?
Date: 2008-01-09 14:10:31
Message-ID: 58744.189.155.223.155.1199887831.squirrel@enelserver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> Dear All
>
> I'm using :
>
> Microsoft Windows Xp
> Apache-tomcat-6.0.14
> Java version 1.5.0_14
> +
> PostgreSQL 8.2
> and
> postgresql-8.2-507.jdbc3.jar
>
> every time I wana run myApp.class I should type :
> java -cp postgresql-8.2-507.jdbc3.jar . myApp
>
> there is no problem . but when I import myApp into myJSP.jsp , tomcat
> brings this Error :
>
> javax.servlet.ServletException: java.lang.NoClassDefFoundError
>

how did you "imported" your app into the jsp ??

leonel

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2008-01-09 15:42:57 Re: Timestamps without time zone
Previous Message Leonel Nunez 2008-01-09 14:06:51 Re: How to Install PostgerSQL_Driver ( in tomcat ) ?