conf.load(serverConfFile.toURI());
initStorageClass();
try {
web = new WebComponent(dir,dbList,getStorageFactory(),conf);
} catch (Exception ex) {
throw new ConfigurationException("Cannot load storage "+storageClassName,ex);
}
} else {
create = true;
}