return null;
}
Properties configProps = loadPropertiesFile(configPropURL, false);
copySystemProperties(configProps);
configProps.substitute();
// Perform variable substitution for system properties.
// for (Enumeration<?> e = configProps.propertyNames(); e.hasMoreElements();) {
// String name = (String) e.nextElement();
// configProps.setProperty(name,