getLogger().debug("Sitemap location = " + this.sitemapFileName);
getLogger().debug("Checking sitemap reload = " + this.checkSitemapReload);
getLogger().debug("Reloading sitemap asynchron = " + this.reloadSitemapAsynchron);
// Start the database server
Server server = null;
try {
// Check if the hsqldb server has been disabled in either cocoon.roles or cocoon.xconf
Configuration children[] = conf.getChildren("hsqldb-server");
if((children != null) && (children.length > 0) && this.componentManager.hasComponent(Server.ROLE)) {
getLogger().debug("Starting database server");