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

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