try {
FileInputStream fis = new FileInputStream(fcfgBase);
ServerConfiguration config = new ServerConfigurationParser(fis)
.parse();
config.applyProperties(props);
// If using akubra-fs, set the class of the module and clear params.
if (usingAkubra()) {
ModuleConfiguration mConfig = config
.getModuleConfiguration("org.fcrepo.server.storage.lowlevel.ILowlevelStorage");