Re: deploying to separate environments using different database servers

2005-06-23 Thread Andrew Franz
1. In cocoon.xconf, setup an input module like this: class="org.apache.cocoon.components.modules.input.PropertiesFileModule"> & setup *both* datasources like this: jdbc:oracle:thin:@localhost:1521:dbdev ... jdbc:oracle:thi

Re: deploying to separate environments using different database servers

2005-06-23 Thread Lars Huttar
Mark Lundquist wrote: Hi Lars, On Jun 21, 2005, at 3:13 PM, Lars Huttar wrote: Dear Cocoon-based webapp developers, I would be interested to hear how others have handled this issue. You have Cocoon applications whose source code is stored in a repository. You want to be able to install th

Re: deploying to separate environments using different database servers

2005-06-22 Thread Mark Lundquist
Hi Lars, On Jun 21, 2005, at 3:13 PM, Lars Huttar wrote: Dear Cocoon-based webapp developers, I would be interested to hear how others have handled this issue. You have Cocoon applications whose source code is stored in a repository. You want to be able to install them on multiple developm

Re: deploying to separate environments using different database servers

2005-06-21 Thread Kim Toms
I was wondering something similiar; I have a system where database servers are deployed, and I'd like to pull reports off of them.  I have a list of database servers in a local database, do I have to manually edit the cocoon.xconf file as I deploy each new server?On 6/21/05, Lars Huttar <[EMAIL PRO

deploying to separate environments using different database servers

2005-06-21 Thread Lars Huttar
Dear Cocoon-based webapp developers, I would be interested to hear how others have handled this issue. You have Cocoon applications whose source code is stored in a repository. You want to be able to install them on multiple development machines (on each developer's desktop), on test servers,