I want to laod the spring context file based on the command line. Basically I am going to get the region from the command line and instanciate the beans in the context file based on region. Is there a way to pass the command line param to FileSystemXmlApplicationContext without maintaining 2 different context files?
Thanks in advance.