@Override
protected void addChildren() throws OpsException {
addChild(TemplatedFile.build(template, new File(template.getInstanceDir(), "realm.properties")));
JettyInstance jetty = addChild(JettyInstance.class);
jetty.template = template;
GerritWarInstance app = injected(GerritWarInstance.class);
jetty.addApp(app);
}