}
else
{
log.info( "server: using default settings ..." );
env = new Properties();
cfg = new MutableServerStartupConfiguration();
}
env.setProperty( Context.PROVIDER_URL, "ou=system" );
env.setProperty( Context.INITIAL_CONTEXT_FACTORY, ServerContextFactory.class.getName() );
env.putAll( cfg.toJndiEnvironment() );