Re: tomcat 4 datasource casting

2001-08-21 Thread Pier P. Fumagalli
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 include

RE: tomcat 4 datasource casting

2001-08-21 Thread Craig R. McClanahan
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 in $CATALINA_HOME/common/lib only for this to work -- because JAR files here are on the class loading path for both Catalina internal

Re: tomcat 4 datasource casting

2001-08-21 Thread Craig R. McClanahan
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's

tomcat 4 datasource casting

2001-08-20 Thread VASQUEZ_JASON
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

Re: tomcat 4 datasource casting

2001-08-20 Thread Craig R. McClanahan
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]

Re: tomcat 4 datasource casting

2001-08-20 Thread VASQUEZ_JASON
-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 on the class loading

RE: tomcat 4 datasource casting

2001-08-20 Thread Rob S.
...and the second example for my class-not-found document presents itself =) Thanks guys! - r -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Monday, August 20, 2001 6:16 PM To: [EMAIL PROTECTED] Subject: Re: tomcat 4