adminUser.getPassword());
} else {
log.warn("No admin user specified!!! Start without admin server!");
}
this.nserver = new NamingServer(this.config.getJndiPort());
this.nserver.start();
log.info("JNDI Server started on port '" + config.getJndiPort() + "'.");
Iterator it = this.config.getContextHandlers().iterator();
while(it.hasNext()) {