> How do I know if I use the new pool?
> just by specifying the
>
> org.apache.tomcat.jdbc.pool.DataSourceFactory
> ?
>
> what is the advantages of using the new pool?
> in which cases should I use it?
>


> Thanks :)
>
> 2011/3/6 Nicholas Sushkin <nsush...@openfinance.com>
>
> On Sunday, March 06, 2011 07:45:19 הילה wrote:
>> > Hey,
>> > i'd glad to get you help with something :]
>> >  I tried to put
>> > org.apache.tomcat.jdbc.pool.DataSourceFactory
>> > but after restarting tomcat, i get the error
>> > could not load resource factory class
>> > why is that?
>> > how can I define my application to clean up the pool?
>> >
>> > Thanks
>> > Hila
>>
>> The Factory we were talking about was from Tomcat's new jdbc pool, not
>> from
>> the default pool. If you're using the default pool, you don't need to do
>> anything special like specifying factory in your context.
>>
>> So, if you are using the _new_ pool, make sure to have the tomcat-jdbc.jar
>> installed in your Tomcat.
>> http://people.apache.org/~fhanik/tomcat/jdbc-pool.html
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>

Reply via email to