Hi

I am able to setup these configuration but please suggest me the setting
related to Oracle database for following entry in
cocoon.xconf or is there is any other package for as oracle
implementation.(org.apache.cocoon.components.hsqldb.ServerImpl as this is
For HSqlDb).
<!--+
      | HSQLDB Server for samples:
      |
      |  port   : number      port where the server is listening
      |  silent : true/false  display all queries
      |  trace  : true/false  display JDBC trace messages
      |  name   : string      name of the HSQL-DB
      |  path   : string      path to the database - context-protocol is
resolved     
      +-->
  <hsqldb-server class="org.apache.cocoon.components.hsqldb.ServerImpl"
logger="core.hsqldb-server" pool-max="1">
     <parameter name="port" value="9002"/>
     <parameter name="silent" value="true"/>
     <parameter name="trace" value="false"/>
     <parameter name="thread-pool-name" value="daemon"/>
     <parameter name="name" value="cocoondb"/>
     <parameter name="path" value="context://WEB-INF/db"/>
  </hsqldb-server>
Also Suggest me please how the "tables" are created in the database so that
I can populate the data.

Thanks & Regards
Mohan Prasad

-----Original Message-----
From: Michael Wechner [mailto:[email protected]]
Sent: Tuesday, December 23, 2008 6:41 PM
To: [email protected]
Subject: Re: Connection of Oracle database thin driver with Apache Lenya 2.0

Mohan Prasad schrieb:
> Hi
> 
> 
> I am trying to connect the Oracle database using thin driver. Kindly
> suggest we the way by which I can configure the connection.

IIRC this is done within cocoon.xconf

HTH

Michael
> 
> 
> Thanks & Regards
> 
> Mohan Prasad


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected] For additional
commands, e-mail: [email protected]


Reply via email to