Re: jdbc works in java app, fails in servlet: "no suitable jdbc found"

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: jdbc works in java app, fails in servlet: "no suitable jdbc found"
Дата
Msg-id 4C089FE4.5040006@hogranch.com
обсуждение исходный текст
Ответ на Re: jdbc works in java app, fails in servlet: "no suitable jdbc found"  (philfrei@aol.com)
Ответы Re: jdbc works in java app, fails in servlet: "no suitable jdbc found"
Список 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 по дате отправления:

Предыдущее
От: philfrei@aol.com
Дата:
Сообщение: Re: jdbc works in java app, fails in servlet: "no suitable jdbc found"
Следующее
От: Andy Burgard
Дата:
Сообщение: a problem with getting correct info about table's privileges