cfg = new MutableServerStartupConfiguration();
}
env.setProperty( Context.PROVIDER_URL, "ou=system" );
env.setProperty( Context.INITIAL_CONTEXT_FACTORY, ServerContextFactory.class.getName() );
env.putAll( cfg.toJndiEnvironment() );
new InitialDirContext( env );
if (log.isInfoEnabled())
{