[OT] Application Config Mgmt

2003-09-25 Thread Kevin Tung
How does everyone manage different deployment configurations? Let's say your webapp needs to run in various environments.. for example dev, staging and production. Each environment has its own database connection info and third party SOAP endpoints.. etc. What is a good way to automate (at

Re: [OT] Application Config Mgmt

2003-09-25 Thread Sgarlata Matt
of other stuff like setting up datasources, but it does help. Matt - Original Message - From: Kevin Tung [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 10:34 AM Subject: [OT] Application Config Mgmt How does everyone manage

Re: [OT] Application Config Mgmt

2003-09-25 Thread Troy Hart
Ant is the key to solving this problem. Unfortunately I don't have the gift of being able to elegantly summarize the solution for you, but I will tell you that I rely on Ant to solve this problem for me, and it works! The key is to have multiple property file sets, and work out a way to

Re: [OT] Application Config Mgmt

2003-09-25 Thread Craig R. McClanahan
Kevin Tung wrote: How does everyone manage different deployment configurations? Let's say your webapp needs to run in various environments.. for example dev, staging and production. Each environment has its own database connection info and third party SOAP endpoints.. etc. What is a good way to