log(sm.getString("memoryRealm.loadPath",
file.getAbsolutePath()));
XmlMapper mapper = new XmlMapper();
mapper.addRule("tomcat-users/user", new MemoryRealmUserAction());
try {
mapper.readXml(file, this);
} catch (Exception e) {
throw new LifecycleException("memoryRealm.readXml", e);
}
// Perform normal superclass initialization