I am working on a product suite which has 4 products. Right now, all of the configuration data is either in the XML or properties files.This approach is not maintainable as
Environment variables are just about the easiest way to go. Set them as you would any other time, access them w/ System.getenv("...")
System.getenv("...")