On Tue, 21 Aug 2001, Pier P. Fumagalli wrote:
> Sometimes JDBC is a little bit "overreactive" :) :) :)
>
Actually, the difference is caused by the fact that Catalina needs to do
the same casts as the web app does, so it needs to use exactly the same
javax.sql.DataSource class definition. It'
Craig R. McClanahan [SMTP:[EMAIL PROTECTED]]
> > Sent: Monday, August 20, 2001 5:16 PM
> > To: [EMAIL PROTECTED]
> > Subject:Re: tomcat 4 datasource casting
> >
> > Where do you have the jdbc2_0-stdext.jar file? I'm betting that it needs
> > to be
Lin, Zhongwu at [EMAIL PROTECTED] wrote:
> Craig,
>
> This bring up an interesting question:
>
> In installation guide for soap 2.2, it requires that mail.jar,
> activation.jar etc be in CLASSPATH for Tomcat 3.2. But for Tomcat 4.0 do we
> put them in
>
> $CATALINA_HOME/common/lib
> or in
t see documentation on this topic.
Zhongwu
> -Original Message-
> From: Craig R. McClanahan [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 5:16 PM
> To: [EMAIL PROTECTED]
> Subject: Re: tomcat 4 datasource casting
>
> Where do you have the jdbc2_0-std
PROTECTED]
> Subject: Re: tomcat 4 datasource casting
>
>
> Where do you have the jdbc2_0-stdext.jar file? I'm betting that it needs
> to be in $CATALINA_HOME/common/lib only for this to work -- because JAR
> files here are on the class loading path for both Catalina internal
lease respond to tomcat-user
To: [EMAIL PROTECTED]
cc:
Subject: Re: tomcat 4 datasource casting
Where do you have the jdbc2_0-stdext.jar file? I'm betting that it needs
to be in $CATALINA_HOME/common/lib only for this to work -- because JAR
files here are
Where do you have the jdbc2_0-stdext.jar file? I'm betting that it needs
to be in $CATALINA_HOME/common/lib only for this to work -- because JAR
files here are on the class loading path for both Catalina internal
classes and web application classes.
Craig
On Mon, 20 Aug 2001 [EMAIL PROTECTED]
Hello all,
I read the great message Craig McClanahan posted in the archives (from
Aug 4) about how to setup and use a tomcat 4 datasource. All has seemed
to go pretty well, but I'm having a funny problem, which I'm not sure is a
Tyrex problem, a Tomcat 4 problem or a Java education problem o