How do you easily move a Struts application from one environment to another, e.g. from development to test to production, without having to change the struts-config.xml file to use a different database?
The datasources seem like they can be configured only in that file, but if you want to have different database configs in the different environments, it seems like you have to edit that file. Am I missing something? Is there a way around that? Dave