>
> Hello friends,
> I am doing small web application ,in that I am doing connection pooling.I
> followed these steps:
> *1.In Conf/server.xml - added below code*
>...
>
> type="javax.sql.DataSource"
>description="Oracle 9i database that can be updated and saved"
>
the factory
factory="oracle.jdbc.driver.OracleDriver"
should not be a driver, but a factory object for a javax.sql.DataSource
Filip
Felix Schumacher wrote:
Am Dienstag, den 18.11.2008, 23:37 +0530 schrieb Sridhar n:
Hello friends,
I am doing small web application ,in that I am doing con
Am Dienstag, den 18.11.2008, 23:37 +0530 schrieb Sridhar n:
> Hello friends,
> I am doing small web application ,in that I am doing connection pooling.I
> followed these steps:
> *1.In Conf/server.xml - added below code*
>...
>
> type="javax.sql.DataSource"
>descriptio