This works for me:

Generating a jar from the zip, put it in the %tomcat_home%/lib

my entry in the config.conf looks a little different:

  <datasources>
    <jdbc name="myoracle">
      <pool-controller min="5" max="10" oradb="true"/>
      <dburl>jdbc:oracle:thin:@server:1521:db</dburl>
      <user>test</user>
      <password>test</password>
    </jdbc>
  </datasources>

web.xml I've the same

and it's working.

Felix

 -----Ursprüngliche Nachricht-----
Von:    [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet:       Mittwoch, 25. Juli 2001 10:46
An:     [EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff:        Help: connectivity problem with cocoon 2

 << Datei: Help.txt >>  << Datei: cocoon.zip >>  << Datei: mv.vcf >>  <<
Datei: Help.txt >>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to