RE: Configure a oracle db conection in cocoon2

2001-09-25 Thread Alberto Garcia
- 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 Cocoon's web.xml in the init-param section, thus

Re: Configure a oracle db conection in cocoon2

2001-09-25 Thread Lajos Moczar
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 Cocoon's web.xml in the init-param section, thus: init-param param-nameload-class

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

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 init-param section, thus: init-param param-nameload-class/param-name param-value oracle.jdbc.driver.OracleDriver ... // Other database classes /param-value