The error you mention suggests Tyrex cannot find the hsql jdbc driver.
The Class Loader How-To would suggest putting the hsql jar(s) in
$TOMCAT_HOME/common/lib to make them available to both Tomcat's JNDI
provider and your web applications. Isn't that where you have the Tyrex
jars?

>>> [EMAIL PROTECTED] 01/15/03 02:44PM >>>
Any suggestions on what in particular to look for?  I know the
classloader
that is spitting up on itself is the webapp classloader, because the
exception doesn't occur until I attempt to access this application. Is
that
correct?

----- Original Message -----
From: "David Boyer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 2:27 PM
Subject: Re: JDBC Connection pooling


> For this particular error, the Tomcat classloader documentation
would
> probably be your best bet.
>
> >>> [EMAIL PROTECTED] 01/15/03 02:24PM >>>
> When trying to get a connection pool set up, tomcat spits this
> exception
> back out.  Nowhere in the code do I reference this class.  Can
anyone
> point
> me to a good HOWTO on connection pooling in tomcat 4.0.6?
>
> TyrexDataSourceFactory:  Cannot create DataSource, Exception
> java.lang.ClassNotFoundException: org.hsql.jdbcDriver
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>



--
To unsubscribe, e-mail:  
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


Reply via email to