} else {
restBody += "<b>Reload configurations failed !</b>";
}
}
AdministratorHTML html = new AdministratorHTML();
html.setContextRoot(contextRoot);
html.setTitle("Reload Configurations");
html.setHome(rootURI);
html.setCatalog(" > Reload Configurations");
html.setHeader("Reload Configurations");
html.setRestBody(restBody);
result = html.toString();
return result;
}