Re: jdbc works in java app, fails in servlet: "no suitable jdbc found" - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: jdbc works in java app, fails in servlet: "no suitable jdbc found"
Date
Msg-id 4C089FE4.5040006@hogranch.com
Whole thread Raw
In response to Re: jdbc works in java app, fails in servlet: "no suitable jdbc found"  (philfrei@aol.com)
Responses Re: jdbc works in java app, fails in servlet: "no suitable jdbc found"  (Lew <noone@lewscanon.com>)
List pgsql-jdbc
philfrei@aol.com wrote:
> HI - Thank you both Craig and Manohar.
>
> There is no .WAR file in this project. So I am unable to follow
> related advice.

why not ?  a .war file is the standard method of deploying a tomcat
app.  its a renamed .zip file that contains the project jars, xml
manifest, related libraries, etc etc.  to deploy the app (or an update)
you simply drop the .war into the deployment dir, and tomcat sees it and
unzips it into the /webapps/appname/ folder and off it goes




pgsql-jdbc by date:

Previous
From: philfrei@aol.com
Date:
Subject: Re: jdbc works in java app, fails in servlet: "no suitable jdbc found"
Next
From: Andy Burgard
Date:
Subject: a problem with getting correct info about table's privileges