On Wed, 15 Dec 2004 08:22:31 -0500, Nick Stuart wrote:

>
>Actually....I just ran into this with tomcat 5.5.4 and it wasn't from
>a drive issue. Tomcat 5.5.4 appears to really picky about resources.
>My problem was that i had to put all the params as attributes in the
><resource> tag.
>
>Anyways, where are your driver files located? They need to be
><tomcat-home>/common/lib in order to use resources and connection
>pools.
Well, well .. yes and no. One could put the JDBC driver into 
$CATALINE_HOME/server/lib *and* <your webapp>/WEB_INF/lib. This way, things are 
bit 
more isolated, especially if different web apps want to use different versions 
of a JDBC driver on one and the same Tomcat instance (cluster).

Werner

> Normal connections will work fine if you have it /WEB-INF/lib
>though.
>
>-Nick
>
>On Wed, 15 Dec 2004 13:59:20 +0100, Andreas Vombach
><[EMAIL PROTECTED]> wrote:
>> 
>> .. I don't think the package name for the OracleDriver is wrong - it is
>> the same being used for unpooled connections which work ...
>> 
>> 
>> -----------------------------------------------------------
>> If you wish to unsubscribe from this mailing, send mail to
>> [EMAIL PROTECTED] with a subject of:
>>         unsubscribe castor-user
>>
>
>
>
>----------------------------------------------------------- 
>If you wish to unsubscribe from this mailing, send mail to
>[EMAIL PROTECTED] with a subject of:
>        unsubscribe castor-user
>



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to