RE: [c2] class loading problem with a jdbc driver

2001-07-20 Thread HALLOWELL,KARL (HP-Cupertino,ex1)
, 2001 2:50 PM To: [EMAIL PROTECTED] Subject: Re: [c2] class loading problem with a jdbc driver On Thu, 19 Jul 2001, HALLOWELL,KARL (HP-Cupertino,ex1) wrote: I'm having trouble specifying the classpath for a jdbc driver. Here's the entry in my web.xml file for loading the jdbc driver

RE: [c2] class loading problem with a jdbc driver

2001-07-19 Thread HALLOWELL,KARL (HP-Cupertino,ex1)
Seems to be worked out. I had to place my oracle jar in the ext directory of JRE. A big thank you to the Cocoon 2 bug fixers for solving this problem! Karl Hallowell [EMAIL PROTECTED] -Original Message- From: HALLOWELL,KARL (HP-Cupertino,ex1) [mailto:[EMAIL

Re: [c2] class loading problem with a jdbc driver

2001-07-19 Thread giacomo
On Thu, 19 Jul 2001, HALLOWELL,KARL (HP-Cupertino,ex1) wrote: I'm having trouble specifying the classpath for a jdbc driver. Here's the entry in my web.xml file for loading the jdbc driver: init-param param-nameload-class/param-name param-value !-- For Oracle