Re: Configure a oracle db conection in cocoon2

2001-09-25 Thread Lajos Moczar
t; > - Original Message - > From: Lajos Moczar <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, September 23, 2001 1:15 PM > Subject: Re: Configure a oracle db conection in cocoon2 > > > >>Hi Alberto: >> >>H

RE: Configure a oracle db conection in cocoon2

2001-09-25 Thread Alberto Garcia
; Alberto - Original Message - From: Lajos Moczar <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 23, 2001 1:15 PM Subject: Re: Configure a oracle db conection in cocoon2 > Hi Alberto: > > Here is what you have to do: > > 1) Add the Oracle class to

Re: Configure a oracle db conection in cocoon2

2001-09-24 Thread Lajos Moczar
Hi Alberto: Here is what you have to do: 1) Add the Oracle class to Cocoon's web.xml in the "" section, thus: load-class oracle.jdbc.driver.OracleDriver ... // Other database classes 2) Add the oracle datasource to cocoon.xconf, thus:

Configure a oracle db conection in cocoon2

2001-09-24 Thread Alberto Garcia
Hello everybody, I would like to create a connection with an oracle db in cocoon2. I've been looking for the way to make it in internet , and I have to configure the cocoon.properties file, but I can't find this file in my cocoon2 installation. Do I have to create this file? where? who? Sorry ab