overridePropertyValuesWithSystemProperties(initProperties, overridableProperties());
replacePlaceholderWithValue(initProperties, "%contextRoot%", getContextRootValue(initProperties));
return initProperties;
} catch (IOException e) {
throw new CreationException(Arrays.asList(
new Message("Unable to load properties from resource"
+ ". " + e.getMessage())
));
}
}